Skip to content
Snippets Groups Projects
Commit a02b4427 authored by Iustin Pop's avatar Iustin Pop
Browse files

Fix insserv dependencies


(import of a Debian patch)

This patch removes xend from the list of dependencies.

Ganeti doesn't need xend running to startup, it will only need it later
(and only if xen is used as virtualisation technology). It also removes
'Xen' from the description in the init script.

Signed-off-by: default avatarIustin Pop <iustin@google.com>
Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
parent bec0522b
No related branches found
No related tags found
No related merge requests found
......@@ -3,12 +3,12 @@
# based on skeleton from Debian GNU/Linux
### BEGIN INIT INFO
# Provides: ganeti
# Required-Start: $syslog $remote_fs xend
# Required-Stop: $syslog $remote_fs xend
# Required-Start: $syslog $remote_fs
# Required-Stop: $syslog $remote_fs
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Ganeti Xen Cluster Manager
# Description: Ganeti Xen Cluster Manager
# Short-Description: Ganeti Cluster Manager
# Description: Ganeti Cluster Manager
### END INIT INFO
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment