blob: 7ae6649cadc8c9322d61215581faa9f6fa61952a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[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
|