/lib/systemd/system/ltsp-cluster-lbagent.service is in ltsp-cluster-lbagent 2.0.2-0ubuntu4.
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 | [Unit]
Description=LTSP cluster load balancer agent
Requires=ltsp-cluster-accountmanager.service
After=ltsp-cluster-accountmanager.service
[Service]
ExecStart=/usr/sbin/ltsp-cluster-lbagent --logfile=/var/log/ltsp-cluster-lbagent.log /etc/ltsp/lbaconfig.xml
Restart=on-failure
[Install]
WantedBy=multi-user.target
|