Manage rdnssd service

This commit is contained in:
Jeremy Gardais 2019-08-26 11:51:49 +02:00
parent c74b9b024b
commit e37544c96f
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
1 changed files with 4 additions and 0 deletions

View File

@ -96,6 +96,10 @@ if echo "${BBALPHAMSG}" | grep -qE "\\&yellow The following processes.*" ; then
'/usr/lib/postfix/sbin/pickup' | '/usr/lib/postfix/qmgr' | '/usr/lib/postfix/sbin/tlsmgr' | '/usr/lib/postfix/sbin/qmgr' )
service_name="postfix"
;;
# Rdnssd
'/sbin/rdnssd' )
service_name="rdnssd"
;;
# Systemd-journald
'/lib/systemd/systemd-journald' )
service_name="systemd-journald"