openwebrx-clone/systemd/openwebrx.service
2019-12-08 17:35:37 +01:00

14 lines
199 B
Desktop File

[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