28 lines
642 B
Plaintext
28 lines
642 B
Plaintext
|
[Unit]
|
||
|
Description=Minimalistic Mumble server
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
User=nobody
|
||
|
Group={{ umurmur_ssl_group }}
|
||
|
Restart=on-failure
|
||
|
RestartSec=3
|
||
|
PIDFile=/run/umurmurd.pid
|
||
|
ExecStartPre=/usr/local/bin/umurmurd -t -c /usr/local/etc/umurmur.conf
|
||
|
ExecStart=/usr/local/bin/umurmurd -d -r -c /usr/local/etc/umurmur.conf
|
||
|
ExecReload=/bin/kill -HUP $MAINPID
|
||
|
PrivateDevices=yes
|
||
|
PrivateTmp=yes
|
||
|
ProtectSystem=strict
|
||
|
ReadWriteDirectories=/usr/local/etc/
|
||
|
ProtectHome=yes
|
||
|
ProtectControlGroups=yes
|
||
|
ProtectKernelModules=yes
|
||
|
ProtectKernelTunables=yes
|
||
|
LockPersonality=yes
|
||
|
NoNewPrivileges=yes
|
||
|
LimitRTPRIO=1
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|