[node-patches] Change in ovirt-node[master]: spec: Enable services
fabiand at fedoraproject.org
fabiand at fedoraproject.org
Wed Feb 26 18:42:30 UTC 2014
Fabian Deutsch has uploaded a new change for review.
Change subject: spec: Enable services
......................................................................
spec: Enable services
Change-Id: I776706666cc332098a2186cb115b6ff0335bedbf
Signed-off-by: Fabian Deutsch <fabiand at redhat.com>
---
M ovirt-node.spec.in
1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/08/25108/1
diff --git a/ovirt-node.spec.in b/ovirt-node.spec.in
index 3c1fd46..58fbc45 100644
--- a/ovirt-node.spec.in
+++ b/ovirt-node.spec.in
@@ -413,6 +413,10 @@
if [ $1 -eq 1 ] ; then
# Initial installation
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
+ /bin/systemctl --no-reload enable ovirt-firstboot.service > /dev/null 2>&1 || :
+ /bin/systemctl --no-reload enable ovirt.service > /dev/null 2>&1 || :
+ /bin/systemctl --no-reload enable ovirt-post.service > /dev/null 2>&1 || :
+ /bin/systemctl --no-reload enable ovirt-early.service > /dev/null 2>&1 || :
fi
%endif
# workaround for imgcreate/live.py __copy_efi_files
--
To view, visit http://gerrit.ovirt.org/25108
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I776706666cc332098a2186cb115b6ff0335bedbf
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at fedoraproject.org>
More information about the node-patches
mailing list