pandorafms/pandora_server/util/pandora_ha.service

12 lines
249 B
SYSTEMD
Raw Normal View History

2021-06-28 17:15:50 +02:00
[Unit]
Description=Pandora FMS Daemon Watchdog
2021-06-28 17:15:50 +02:00
[Service]
Type=forking
PIDFile=/var/run/pandora_ha.pid
Restart=always
ExecStart=/usr/bin/pandora_ha -d -p /var/run/pandora_ha.pid /etc/pandora/pandora_server.conf
[Install]
WantedBy=multi-user.target