added wspr

This commit is contained in:
Lukas Bachschwell 2016-07-18 14:00:52 +02:00
parent 1f98d121a3
commit b5c7d49a19
1 changed files with 13 additions and 0 deletions

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