This file is indexed.

/lib/systemd/system/obswarden.service is in obs-server 2.7.1-10.

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
[Unit]
Description=OBS warden, monitors the workers
After=network.target

[Service]
EnvironmentFile=/etc/default/obs-server
ExecStart=/usr/lib/obs/server/bs_warden
ExecReload=/bin/kill -HUP $MAINPID

[Install]
WantedBy=multi-user.target