Debian Jessie: Run aprx as a service

If you’d like to run aprx as a service on Debian Jessie, use this systemd script (in /lib/systemd/system/aprx.service):

 

[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

 

Rate this post

Related posts