package-pipelines-miscellan.../mumble-web-proxy/mumble-web-proxy@.service

14 lines
291 B
SYSTEMD
Raw Normal View History

2023-12-05 23:40:22 +01:00
[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