/etc/init/ltsp-cluster-lbagent.conf 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 12 13 | # ltsp-cluster - LoadBalancer agent
#
description "ltsp-cluster LoadBalancer agent"
author "Stephane Graber <stgraber@ubuntu.com>"
start on (started ltsp-cluster-accountmanager)
stop on runlevel[016]
expect daemon
respawn
exec ltsp-cluster-lbagent --daemon --logfile=/var/log/ltsp-cluster-lbagent.log /etc/ltsp/lbaconfig.xml
|