This file is indexed.

/usr/share/doc/argus-server/examples/support/Startup/argus.service is in argus-server 2:3.0.8.2-1+b1.

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
19
[Unit]
Description=Start Argus daemon
After=network.target

# You may need to change the ExecStartPre below to manage the
# interface that argus is going to use.  You may also need to
# change the ExecStart line to point to where argus is installed
# on your system, as well as any other arguments to argus.  Note
# that this assumes that you are not using -d or setting
# ARGUS_DAEMON=yes in the config file.
#
# This was tested on Fedora 16

[Service]
ExecStartPre=/sbin/ifconfig em2 up
ExecStart=/usr/local/sbin/argus

[Install]
WantedBy=multi-user.target