/etc/init/ltsp-cluster-agent.conf is in ltsp-cluster-agent 0.8-1ubuntu2.
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 | description "LTSP Agent"
author "Stephane Graber <stgraber@ubuntu.com>"
start on runlevel [2345]
stop on runlevel [!2345]
respawn
exec ltsp-agent
|