1
0
mirror of https://github.com/oe3cts/WSPR-HAT synced 2024-11-22 09:30:54 +00:00

added wspr

This commit is contained in:
Lukas Bachschwell 2016-07-18 14:00:52 +02:00
parent 1f98d121a3
commit b5c7d49a19

13
wsprrypi.service Normal file
View File

@ -0,0 +1,13 @@
[Unit]
Description=Wsprrypi
After=multi-user.target
[Service]
Type=forking
User=root
ExecStart=/usr/bin/screen -d -m -S wspr wspr -r YOURCALL YOURLOCATOR 10 20m
ExecStop=/usr/bin/killall -w -s 2 wspr
WorkingDirectory=/root
[Install]
WantedBy=multi-user.target