14 lines
291 B
SYSTEMD
14 lines
291 B
SYSTEMD
|
[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
|