openwebrx-clone/systemd/openwebrx.service
2021-01-22 17:34:09 +01:00

13 lines
181 B
Desktop File

[Unit]
Description=OpenWebRX WebSDR receiver
[Service]
Type=simple
User=openwebrx
Group=openwebrx
ExecStart=/usr/bin/openwebrx
Restart=always
[Install]
WantedBy=multi-user.target