Create rtl-tcp.service

pull/42/head
alanbjohnston 6 years ago committed by GitHub
parent 5e2a0559f7
commit 70f6b1bbd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,13 @@
[Unit]
Description=RTL-TCP
[Service]
ExecStart=/home/pi/rtl-tcp.sh > /dev/null 2>&1
WorkingDirectory=/home/pi
StandardOutput=inherit
StandardError=inherit
Restart=always
User=root
[Install]
WantedBy=default.target
Loading…
Cancel
Save

Powered by TurnKey Linux.