blob: c5809a2161312a7f8a9603de8604d80302b80e48 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[Unit]
Description=Non-heartbeat systems service, that manages the Linux Virtual Server component for TCP/UDP load-balancing.
Requires=network.target remote-fs.target
[Service]
Type=forking
ExecStart=/usr/sbin/ldirectord
[Install]
WantedBy=multi-user.target
|