2021-01-06 13:02:22 +01:00
|
|
|
[Unit]
|
2022-01-12 23:27:36 +01:00
|
|
|
Description=Mumble Web Proxy
|
|
|
|
After=network.target auditd.service
|
2021-01-06 13:02:22 +01:00
|
|
|
|
|
|
|
[Service]
|
2022-01-12 23:27:36 +01:00
|
|
|
Type=simple
|
|
|
|
ExecStart=/usr/bin/mumble-web-proxy --listen-ws 64737 --server farma.cisti.org:64738 --ice-port-min 20000 --ice-port-max 21000 --ice-ipv4 185.105.3.28
|
|
|
|
Restart=on-failure
|
|
|
|
PIDFile=/tmp/mumble-web-proxy.pid
|
|
|
|
User=mumble-server
|
|
|
|
WorkingDirectory=/var/lib/mumble-server
|
2021-01-06 13:02:22 +01:00
|
|
|
|
|
|
|
[Install]
|
2022-01-12 23:27:36 +01:00
|
|
|
WantedBy=multi-user.target
|
|
|
|
|