File: logd.service.in

package info (click to toggle)
cluster-glue 1.0.12-12
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,788 kB
  • sloc: ansic: 43,010; sh: 5,578; python: 942; makefile: 587; perl: 375; xml: 101
file content (14 lines) | stat: -rw-r--r-- 358 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=ha_logd logging daemon
Documentation=man:ha_logd(8)
Before=pacemaker.service
PartOf=pacemaker.service

[Service]
ExecStart=@libdir@/@HB_PKG@/ha_logd -c @sysconfdir@/logd.cf
ExecStartPre=/bin/rm -f @HA_VARRUNDIR@/logd.pid
ExecStopPost=/bin/rm -f @HA_VARRUNDIR@/logd.pid
PIDFile=@HA_VARRUNDIR@/logd.pid

[Install]
WantedBy=multi-user.target