Fabian Deutsch has uploaded a new change for review. Change subject: services: Fix the service names for RHEL ......................................................................
services: Fix the service names for RHEL Change-Id: I2ba703eca3577c41bc15e3531a49b424fa1381ab Signed-off-by: Fabian Deutsch <[email protected]> --- M services/ovirt-early.service 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/13/25113/1 diff --git a/services/ovirt-early.service b/services/ovirt-early.service index fb3c20c..d79ad25 100644 --- a/services/ovirt-early.service +++ b/services/ovirt-early.service @@ -1,7 +1,7 @@ [Unit] Description=oVirt Node early configuration service -After=fedora-readonly.target local-fs.target network.target -Wants=fedora-readonly.target local-fs.target +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 [Service] -- To view, visit http://gerrit.ovirt.org/25113 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I2ba703eca3577c41bc15e3531a49b424fa1381ab 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
