/lib/systemd/system/logd.service is in cluster-glue 1.0.12-7build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | [Unit]
Description=ha_logd logging daemon
Before=pacemaker.service
PartOf=pacemaker.service
[Service]
ExecStart=/usr/lib/heartbeat/ha_logd -c /etc/logd.cf
ExecStartPre=/bin/rm -f /logd.pid
ExecStopPost=/bin/rm -f /logd.pid
PIDFile=/logd.pid
[Install]
WantedBy=multi-user.target
|