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:
Daniel Rodriguez 2021-06-30 08:04:44 +00:00
commit b67e6a3f85
1 changed files with 11 additions and 0 deletions

View File

@ -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