Manage rdnssd service
This commit is contained in:
parent
c74b9b024b
commit
e37544c96f
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue