/lib/systemd/system/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 | [Unit]
Description=Start Argus daemon
Documentation=man:argus(8)
After=network-online.target
[Service]
ExecStart=/usr/sbin/argus
[Install]
WantedBy=multi-user.target
|