OpenWebRX_Solar_SDR/openwebrx/systemd/openwebrx.service
Carsten Schmiemann 0c0cc5a490 Migrate to git
2022-02-10 23:48:55 +01:00

12 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