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