[node-patches] Change in ovirt-node[master]: init: Mount in config before running rc.local
fabiand at redhat.com
fabiand at redhat.com
Tue Jun 30 15:08:32 UTC 2015
Fabian Deutsch has uploaded a new change for review.
Change subject: init: Mount in config before running rc.local
......................................................................
init: Mount in config before running rc.local
This is necessary so we can use /etc/rc.local
Change-Id: I81bab7d2f5c330e8cf3f8f4b0770f8fcf30a7894
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M services/ovirt-early.service
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/67/43067/1
diff --git a/services/ovirt-early.service b/services/ovirt-early.service
index d79ad25..8d5e221 100644
--- a/services/ovirt-early.service
+++ b/services/ovirt-early.service
@@ -2,7 +2,7 @@
Description=oVirt Node early configuration service
After=rhel-readonly.service fedora-readonly.service local-fs.target network.target
Wants=rhel-readonly.service fedora-readonly.service local-fs.target
-Before=sshd.service rsyslog.service
+Before=sshd.service rsyslog.service rc-local.service
[Service]
Type=oneshot
--
To view, visit https://gerrit.ovirt.org/43067
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I81bab7d2f5c330e8cf3f8f4b0770f8fcf30a7894
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at redhat.com>
More information about the node-patches
mailing list