mirror of
https://github.com/oe3cts/WSPR-HAT
synced 2024-11-22 09:30:54 +00:00
added wspr
This commit is contained in:
parent
1f98d121a3
commit
b5c7d49a19
13
wsprrypi.service
Normal file
13
wsprrypi.service
Normal 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
|
Loading…
Reference in New Issue
Block a user