summarylogtreecommitdiffstats
path: root/aprx.service
diff options
context:
space:
mode:
Diffstat (limited to 'aprx.service')
-rw-r--r--aprx.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/aprx.service b/aprx.service
new file mode 100644
index 000000000000..5bdc061ba875
--- /dev/null
+++ b/aprx.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=An APRS Digipeater and/or Internet Gateway
+After=network.target
+After=sound.target
+
+[Service]
+Type=forking
+ExecStart=/bin/su -s /bin/bash -l -c "/usr/bin/aprx"
+Restart=always
+PIDFile=/run/aprx.pid
+
+[Install]
+WantedBy=multi-user.target