1
0
mirror of https://github.com/oe3cts/WSPR-HAT synced 2025-06-26 03:10:17 +00:00

moved files

This commit is contained in:
Roland Spannagl
2016-10-06 22:49:30 +02:00
parent b5c7d49a19
commit ded2afc616
9 changed files with 4 additions and 4 deletions

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