This file is indexed.

/lib/systemd/system/comitup-web.service is in comitup 1.2.3-1.

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=Comitup Web Service
After=networking.service
Documentation=man:comitup-web(8)

[Service]
Type=simple
ExecStart=/usr/sbin/comitup-web
PrivateTmp=true
PrivateDevices=yes
ProtectSystem=full
ProtectHome=yes
MountFlags=slave
NoNewPrivileges=yes
Restart=always
RestartSec=6

[Install]