aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/xen/xend.initd2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/xen/xend.initd b/main/xen/xend.initd
index 6958c0479f..ee26c3f331 100644
--- a/main/xen/xend.initd
+++ b/main/xen/xend.initd
@@ -1,7 +1,7 @@
#!/sbin/runscript
depend() {
- need net
+ need net xencommons
before xendomains sshd ntp-client ntpd nfs nfsmount rsyncd portmap dhcp
}