# This is a meta unit modeled after the PostgreSQL unit file from the Debian # packages. [Unit] Description=PostgreSQL monitoring bridge [Service] Type=oneshot ExecStart=/bin/true ExecReload=/bin/true RemainAfterExit=on [Install] WantedBy=multi-user.target