Add a base pandora_ha.service.
This commit is contained in:
parent
4e45885de3
commit
e073e634b9
|
@ -0,0 +1,11 @@
|
|||
[Unit]
|
||||
Description=Pandora FMS Database HA Tool
|
||||
|
||||
[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
|
Loading…
Reference in New Issue