mirror of
https://github.com/jketterl/openwebrx.git
synced 2025-12-06 07:12:09 +01:00
13 lines
181 B
Desktop File
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
|