/lib/systemd/system/atm.service is in atm-tools 1:2.5.1-2build1.
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 20 21 | [Unit]
Documentation=man:atmarpd(8)
Description=Start/stop the atm daemon(s).
DefaultDependencies=no
Before=sysinit.target
Before=networking.service
After=local-fs.target
ConditionCapability=CAP_NET_ADMIN
[Service]
#Environment=OPTIONS=-l syslog
## The EnvironmentFile line only included for backwards/sysvinit compat,
## but using the file to configure is discuraged!
## Instead use 'systemctl edit atm.service' and override the
## Environment or ExecStart lines directly.
#EnvironmentFile=-/etc/default/atm
ExecStart=/sbin/atmarpd $OPTIONS
Restart=on-abort
[Install]
WantedBy=sysinit.target
|