13 lines
291 B
Desktop File
13 lines
291 B
Desktop File
[Unit]
|
|
Description=Mumble to WebSocket+WebRTC proxy
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/mumble-web-proxy --config /etc/mumble-web/proxy/%I.conf
|
|
DynamicUser=true
|
|
CapabilityBoundingSet=
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|