-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update init_rc.sh add close postfix service
- Loading branch information
1 parent
6817ffb
commit abfff41
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -23,4 +23,4 @@ done | |
# auditd #审核守护进程 | ||
# rpcidmapd #redhat update software | ||
# rpcgssd #redhat update software | ||
# isdn #isdn modem | ||
# isdn #isdn modem |