summarylogtreecommitdiffstats
path: root/aprx.service
blob: 41ed07517d6b3a4c56c43961217024ec909d99b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Automatic Packet Reporting Software for HAMs
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