File: atm-tools.atm.service

package info (click to toggle)
linux-atm 1%3A2.5.1-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,720 kB
  • sloc: ansic: 36,145; sh: 9,525; yacc: 1,193; lex: 556; makefile: 324; perl: 186; awk: 1
file content (21 lines) | stat: -rw-r--r-- 599 bytes parent folder | download | duplicates (2)
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=/usr/sbin/atmarpd $OPTIONS
Restart=on-abort

[Install]
WantedBy=sysinit.target