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