Fabian Deutsch has uploaded a new change for review. Change subject: init: Isolate the default target again ......................................................................
init: Isolate the default target again Re-Isolating the default target again shall have the effect that new target dependencies which got mounted in, are now recognized, and jobs are queued to bring up those requirements. Change-Id: I370fe05fe2d20ed5e96e743b5c362222e0af04cd Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1237212 Signed-off-by: Fabian Deutsch <[email protected]> --- M scripts/ovirt-init-functions.sh.in 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/71/43071/1 diff --git a/scripts/ovirt-init-functions.sh.in b/scripts/ovirt-init-functions.sh.in index a448b17..6401951 100644 --- a/scripts/ovirt-init-functions.sh.in +++ b/scripts/ovirt-init-functions.sh.in @@ -909,6 +909,7 @@ if [[ -e "/bin/systemctl" ]]; then systemctl daemon-reload + systemctl isolate $(systemctl get-default) mount -a swapon -a service auditd restart -- To view, visit https://gerrit.ovirt.org/43071 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I370fe05fe2d20ed5e96e743b5c362222e0af04cd Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Fabian Deutsch <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
