16 lines
411 B
SYSTEMD
16 lines
411 B
SYSTEMD
|
[Unit]
|
||
|
Description=HTML5 Mumble client
|
||
|
Documentation=https://github.com/johni0702/mumble-web
|
||
|
After=network-online.target mumble-server.service
|
||
|
Wants=network-online.target mumble-server.service
|
||
|
|
||
|
[Service]
|
||
|
EnvironmentFile=-/etc/default/mumble-web
|
||
|
ExecStart=/usr/bin/websockify --web=/usr/share/mumble-web/html $ARGS
|
||
|
DynamicUser=true
|
||
|
CapabilityBoundingSet=
|
||
|
Restart=on-failure
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|