File: lbcd.service.in

package info (click to toggle)
lbcd 3.5.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,708 kB
  • sloc: ansic: 11,073; sh: 1,816; perl: 503; makefile: 165
file content (24 lines) | stat: -rw-r--r-- 632 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# systemd configuration for lbcd.  -*- conf -*-

[Unit]
Description=responder for load balancing
Documentation=man:lbcd(8)
Documentation=http://www.eyrie.org/~eagle/software/lbcd/
Requires=lbcd.socket

[Service]
Type=simple
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=@sbindir@/lbcd -f -l $DAEMON_OPTS

[Install]
Also=lbcd.socket
WantedBy=multi-user.target