/etc/init/ltsp-cluster-accountmanager.conf is in ltsp-cluster-accountmanager 2.0.4-0ubuntu1.
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 | # ltsp-cluster - Accountmanager
#
description "ltsp-cluster-accountmanager"
author "Marc GariƩpy <mgariepy@ubuntu.com>"
start on net-device-up and local-filesystems and (started dbus)
stop on runlevel[016]
respawn
exec /usr/bin/ltsp-cluster-accountmanager /etc/ltsp/accountmanager.conf
|