pgmon/systemd/pgmon.service

15 lines
260 B
SYSTEMD
Raw Permalink Normal View History

2025-01-09 01:58:52 +00:00
# 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