openwebrx-clone/systemd/openwebrx.service

13 lines
181 B
SYSTEMD
Raw Permalink Normal View History

2019-12-08 16:35:37 +00:00
[Unit]
Description=OpenWebRX WebSDR receiver
[Service]
Type=simple
User=openwebrx
Group=openwebrx
2019-12-08 16:35:37 +00:00
ExecStart=/usr/bin/openwebrx
Restart=always
2019-12-08 16:35:37 +00:00
[Install]
WantedBy=multi-user.target