15 lines
283 B
Desktop File
15 lines
283 B
Desktop File
[Unit]
|
|
Description=AX.25 Daemon (ax25d)
|
|
After=network.target syslog.target
|
|
Requires=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/sbin/ax25d -l
|
|
ExecReload=/bin/kill -SIGHUP $MAINPID
|
|
ExecStop=/bin/kill -SIGQUIT $MAINPID
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|