dhodovsk / source-git / pacemaker

Forked from source-git/pacemaker 3 years ago
Clone
Blob Blame History Raw
[Unit]
Description=Daemon for pacemaker monitor
Documentation=man:crm_mon
After=pacemaker.service

[Service]
Type=forking
EnvironmentFile=-@CONFIGDIR@/crm_mon
ExecStart=@sbindir@/crm_mon $OPTIONS
Restart=always

# crm_perror() writes directly to stderr, so ignore it here to avoid
# double-logging with the wrong format
StandardError=null

[Install]
WantedBy=multi-user.target