If you’d like to run aprx as a service on Debian Jessie, use this systemd script (in /lib/systemd/system/aprx.service):
1 2 3 4 5 6 7 8 9 10 11 |
[Unit] Description=Amateur Radio APRS Gateway & Digipeater Documentation=man:aprx(8) [Service] Type=simple ExecStart=/sbin/aprx -i # doesn't do any internal reload # [Install] WantedBy=multi-user.target |