mirror of
https://github.com/oe3cts/WSPR-HAT
synced 2025-06-26 03:10:17 +00:00
moved files
This commit is contained in:
BIN
Documents/WSPRShield-BOT.pdf
Executable file
BIN
Documents/WSPRShield-BOT.pdf
Executable file
Binary file not shown.
BIN
Documents/WSPRShield-TOP.pdf
Executable file
BIN
Documents/WSPRShield-TOP.pdf
Executable file
Binary file not shown.
13
Documents/wsprrypi.service
Normal file
13
Documents/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
|
Reference in New Issue
Block a user