/etc/init/edubuntu-server-manager.conf is in edubuntu-server-manager 14.02.2.
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 14 15 16 17 18 19 20 | # edubuntu-server-manager - Management web interface
#
# This job is started at boot time and starts the management
# web interface for Edubuntu Server.
description "Edubuntu Server"
author "Stéphane Graber <stgraber@ubuntu.com>"
start on net-static-up
stop on runlevel [!2345]
respawn
env PYTHONDONTWRITEBYTECODE=1
pre-start script
[ -f /etc/edubuntu-server/manager.cfg ] || stop
end script
exec edubuntu-server-manager
|