/lib/systemd/system/ldirectord.service is in ldirectord 1:3.9.7-1.
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 14 15 | [Unit]
Description=Monitor and administer real servers in a LVS cluster of load balanced virtual servers
[Service]
ExecStart=/usr/sbin/ldirectord start
ExecStartPost=/usr/bin/touch /var/lock/subsys/ldirectord
ExecStop=/usr/sbin/ldirectord stop
ExecStopPost=/usr/bin/rm -f /var/lock/subsys/ldirectord
ExecReload=/usr/sbin/ldirectord reload
PIDFile=/var/run/ldirectord.ldirectord.pid
Type=forking
KillMode=none
[Install]
WantedBy=multi-user.target
|