2008/06/09

Fedora9の不要なサービス停止

適当、もしかしたら必要な物も停止してしまっているかもしれない、、

#!/bin/sh

for s in atd bluetooth cups fedora-late-live fedora-live gpm ip6tables iptables irqbalance isdn mdmonitor microcode_ctl netfs nfslock restorecond rpcbind rpcgssd rpcidmapd sendmail setroubleshoot smolt
do
/sbin/service $s stop
/sbin/chkconfig $s off
done

2 件のコメント:

  1. anacronとか使っていないならrpmごと削除してしまってはいかがでしょう。

    返信削除
  2. ですよね、ただの面倒くさがり屋です

    返信削除