Welcome to mirror list, hosted at ThFree Co, Russian Federation.

murmur.service « scripts - github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cae9bcfb6afa414bf95e1626e5626a5934775650 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=Mumble Daemon
After=network.target

[Service]
Type=forking
PIDFile=/run/murmur/murmur.pid
ExecStart=/usr/bin/murmurd -ini /etc/murmur.ini
Restart=always
PrivateDevices=true
PrivateTmp=true
ProtectSystem=full
ProtectHome=true

[Install]
WantedBy=multi-user.target