/lib/systemd/system/edubuntu-server-manager.service is in edubuntu-server-manager 15.01build1.
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 | [Unit]
Description=Edubuntu management web interface
Requires=network.target
After=network.target
ConditionPathExists=/etc/edubuntu-server/manager.cfg
[Service]
Environment=PYTHONDONTWRITEBYTECODE=1
ExecStart=edubuntu-server-manager
Restart=on-failure
[Install]
WantedBy=multi-user.target
|