Merge branch 'ent-7480-dejar-fino-rpm-de-servidor-enterprise' into 'develop'
Add a base pandora_ha.service. See merge request artica/pandorafms!4252
This commit is contained in:
commit
b67e6a3f85
|
@ -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