Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/soas-xo.ks
diff options
context:
space:
mode:
authorMartin Dengler <martin@martindengler.com>2009-07-10 01:59:41 (GMT)
committer Martin Dengler <martin@martindengler.com>2009-07-10 01:59:41 (GMT)
commita51391e32b6b869cd6eb5b8cc64a5d79b2f9a9b5 (patch)
tree7f60fbe94ec3a721a07b8410542c43f9bffe52a3 /soas-xo.ks
parentd4fb39c29d13b9e1127637a05c1c5a6cc23beb64 (diff)
disable powerd as rtcwake is not waking up fully (FIXME)
Diffstat (limited to 'soas-xo.ks')
-rw-r--r--soas-xo.ks2
1 files changed, 2 insertions, 0 deletions
diff --git a/soas-xo.ks b/soas-xo.ks
index 99c0865..dfc63a2 100644
--- a/soas-xo.ks
+++ b/soas-xo.ks
@@ -353,6 +353,8 @@ for service in auditd cpuspeed cups dnsmasq exim firstboot gpm iptables ip6table
/sbin/chkconfig --level 2345 $service off
done
+mv /etc/event.d/powerd /root
+
for service in avahi-daemon sshd ; do
/sbin/chkconfig --level 2345 $service on
done