ham-hotspot/roles/ax25/templates/ax25d.service
2025-04-26 12:59:37 -05:00

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