Now manage mumble-server service

This commit is contained in:
Jeremy Gardais 2019-12-30 11:35:24 +01:00
parent 0a20005056
commit 5bf935198b
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
1 changed files with 4 additions and 0 deletions

View File

@ -80,6 +80,10 @@ if echo "${BBALPHAMSG}" | grep -qE "\\&yellow The following processes.*" ; then
'/usr/sbin/blkmapd' )
service_name="nfs-utils"
;;
# Mumble-server
'/usr/sbin/murmurd' )
service_name="mumble-server"
;;
# Nginx
'/usr/sbin/nginx' )
service_name="nginx"