15 lines
260 B
SYSTEMD
15 lines
260 B
SYSTEMD
|
|
# 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
|