mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
17 lines
282 B
Desktop File
17 lines
282 B
Desktop File
[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
|