This file is indexed.

/lib/systemd/system/edubuntu-server.service is in edubuntu-server-host 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
[Unit]
Description=Setup the network and start Edubuntu Server containers
ConditionPathExists=/etc/edubuntu-server/edubuntu-server.conf

[Service]
ExecStart=/usr/sbin/edubuntu-server-manage start
RemainAfterExit=True
Type=oneshot
ExecStop=/usr/sbin/edubuntu-server-manage stop

[Install]
WantedBy=multi-user.target