diff options
Diffstat (limited to 'main/xen/xenstored.initd')
-rw-r--r-- | main/xen/xenstored.initd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/xen/xenstored.initd b/main/xen/xenstored.initd index 94237e35f1..cfb6957d4f 100644 --- a/main/xen/xenstored.initd +++ b/main/xen/xenstored.initd @@ -5,6 +5,7 @@ depend() { before xendomains xend sshd ntp-client ntpd nfs nfsmount rsyncd portmap dhcp + after localmount } wait_xenstored_up() { @@ -20,13 +21,13 @@ wait_xenstored_up() { } start() { + checkpath --directory --mode 755 /var/run/xen if xenstore-read -s / >/dev/null 2>&1; then ewarn "Xenstore can only be started once" return 0 fi local _traceopt= - checkpath --directory /var/run/xen ebegin "Starting xenstored daemon" if ! test -f /proc/xen/capabilities && \ |