openwebrx-clone/systemd/openwebrx.service

14 lines
199 B
SYSTEMD
Raw Normal View History

2019-12-08 16:35:37 +00:00
[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