mirror of
https://github.com/YunoHost-Apps/mumbleserver_ynh.git
synced 2024-09-03 19:46:03 +02:00
23 lines
589 B
Desktop File
23 lines
589 B
Desktop File
[Unit]
|
|
Description=Mumble Server: voice chat application
|
|
Requires=network-online.target
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=mumble-server
|
|
Group=mumble-server
|
|
Type=forking
|
|
RuntimeDirectory=mumble-server
|
|
ExecStart=/usr/sbin/murmurd -ini __INSTALL_DIR__/mumble-server.ini
|
|
PIDFile=/var/run/mumble-server/__APP__.pid
|
|
ExecReload=/bin/kill -s HUP $MAINPID
|
|
PrivateDevices=true
|
|
PrivateTmp=true
|
|
ProtectHome=true
|
|
ProtectSystem=strict
|
|
ProtectControlGroups=yes
|
|
ProtectKernelModules=yes
|
|
ReadWritePaths=__INSTALL_DIR__ /var/log/mumble-server /var/run/mumble-server
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|