projects
/
invirt/packages/invirt-console.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Don't add "d_" to the server name here - do it later
[invirt/packages/invirt-console.git]
/
debian
/
sipb-xen-console.init
diff --git
a/debian/sipb-xen-console.init
b/debian/sipb-xen-console.init
index
6d2b7d4
..
117aec4
100755
(executable)
--- a/
debian/sipb-xen-console.init
+++ b/
debian/sipb-xen-console.init
@@
-44,6
+44,7
@@
do_start()
# 0 if daemon has been started
# 1 if daemon was already running
# 2 if daemon could not be started
+ modprobe fuse
daemon --running -n $NAME && return 1
daemon -r -O daemon.info -E daemon.err -n $NAME -U $DAEMON $DAEMON_ARGS || return 2
}