Skip to content

Commit

Permalink
update init_rc.sh add close postfix service
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfeng committed May 2, 2013
1 parent 6817ffb commit abfff41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sbin/init_rc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Author : danielfeng
# E-Mail : [email protected]

service_stop_list="sendmail iptables cups nfslock bluetooth hidd gpm ip6tables pcscd xfs autofs avahi-daemon auditd rpcidmapd rpcgssd isdn httpd"
service_stop_list="postfix sendmail iptables cups nfslock bluetooth hidd gpm ip6tables pcscd xfs autofs avahi-daemon auditd rpcidmapd rpcgssd isdn httpd"

for list in ${service_stop_list}; do
[[ ! -f /etc/init.d/${list} ]] && continue
Expand All @@ -23,4 +23,4 @@ done
# auditd #审核守护进程
# rpcidmapd #redhat update software
# rpcgssd #redhat update software
# isdn #isdn modem
# isdn #isdn modem

0 comments on commit abfff41

Please sign in to comment.