mirror of
https://github.com/oe3cts/WSPR-HAT
synced 2024-11-22 09:30:54 +00:00
14 lines
262 B
Desktop File
14 lines
262 B
Desktop File
[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
|