aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenballoon/xenballoond.init
diff options
context:
space:
mode:
Diffstat (limited to 'tools/xenballoon/xenballoond.init')
-rw-r--r--tools/xenballoon/xenballoond.init2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/xenballoon/xenballoond.init b/tools/xenballoon/xenballoond.init
index 851a10387f..00dba2a70f 100644
--- a/tools/xenballoon/xenballoond.init
+++ b/tools/xenballoon/xenballoond.init
@@ -29,6 +29,8 @@
if [ -f /etc/sysconfig/xenballoon.conf ]; then
. /etc/sysconfig/xenballoon.conf
+elif [ -f /etc/default/xenballoon.conf ]; then
+ . /etc/default/xenballoon.conf
fi
# Check that balloon driver is present