11 lines
194 B
Desktop File
11 lines
194 B
Desktop File
[Unit]
|
|
Description = AMPR IPIP Encapsulation Daemon
|
|
After = network.target
|
|
|
|
[Service]
|
|
Type = forking
|
|
PIDFile = /run/amprd.pid
|
|
ExecStart = /usr/sbin/amprd
|
|
|
|
[Install]
|
|
WantedBy = multi-user.target
|