Added support for rtl-sdr's,Simplex Only & XBand
This commit is contained in:
19
systemd-services/aprs-rtl-sdr_1200b.service
Normal file
19
systemd-services/aprs-rtl-sdr_1200b.service
Normal file
@ -0,0 +1,19 @@
|
||||
#-----------------------------------------#
|
||||
# This is a Systemd service #
|
||||
# Place this in your /etc/systemd/system/ #
|
||||
# allowing direwolf and rtl_fm to run #
|
||||
# along side each other as a "service" #
|
||||
#-----------------------------------------#
|
||||
[Unit]
|
||||
Description=APRS @ 1200baud on RTL_FM and Direwolf
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/home/$USER/aprs/RTL-SDR_Support/1200b_RTL-SDR_APRS.sh
|
||||
Restart=always
|
||||
User=$USER
|
||||
Group=$USER
|
||||
Type=simple
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
19
systemd-services/aprs-rtl-sdr_9600b.service
Normal file
19
systemd-services/aprs-rtl-sdr_9600b.service
Normal file
@ -0,0 +1,19 @@
|
||||
#-----------------------------------------#
|
||||
# This is a Systemd service #
|
||||
# Place this in your /etc/systemd/system/ #
|
||||
# allowing direwolf and rtl_fm to run #
|
||||
# along side each other as a "service" #
|
||||
#-----------------------------------------#
|
||||
[Unit]
|
||||
Description=APRS @ 9600baud on RTL_FM and Direwolf
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/home/$USER/aprs/RTL-SDR_Support/9600b_RTL-SDR_APRS.sh
|
||||
Restart=always
|
||||
User=$USER
|
||||
Group=$USER
|
||||
Type=simple
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in New Issue
Block a user