/lib/systemd/system/lbcd.service is in lbcd 3.5.0-3.
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 16 17 18 19 20 21 22 | # systemd configuration for lbcd. -*- conf -*-
[Unit]
Description=responder for load balancing
Documentation=man:lbcd(8)
Documentation=http://www.eyrie.org/~eagle/software/lbcd/
[Service]
Type=notify
NotifyAccess=main
Restart=always
User=lbcd
Group=lbcd
# Support for /etc/default/lbcd is here only for backward compatibility with
# the lbcd init script shipped with Debian. It and the $DAEMON_OPTS reference
# can be dropped if this backward compatibility is not needed.
EnvironmentFile=-/etc/default/lbcd
ExecStart=/usr/sbin/lbcd -f -l $DAEMON_OPTS
[Install]
WantedBy=mutli-user.target
|