add systemd; add dependencies

This commit is contained in:
Jakob Ketterl
2019-12-08 17:35:37 +01:00
parent 57ec4e09ad
commit 527eccd3c6
4 changed files with 19 additions and 4 deletions

13
systemd/openwebrx.service Normal file
View File

@ -0,0 +1,13 @@
[Unit]
Description=OpenWebRX WebSDR receiver
After=multi-user.target
[Service]
Type=simple
User=root
Group=root
ExecStart=/usr/bin/openwebrx
Restart=on-failure
[Install]
WantedBy=multi-user.target