This file is indexed.

/lib/systemd/system/lyskom-server.service is in lyskom-server 2.1.2-14.

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
[Unit]
Description=LysKOM conference system
Documentation=info:lyskomd
After=remote-fs.target network.target time-sync.target

[Service]
Type=simple
User=lyskom
PermissionsStartOnly=true
ExecStart=/usr/sbin/lyskomd
ExecReload=/bin/kill -WINCH $MAINPID
PIDFile=/run/lyskom-server/pid
TimeoutStopSec=21min
Restart=on-failure
RuntimeDirectory=lyskom-server

[Install]
WantedBy=multi-user.target