diff --git a/context-linux/src/usr/lib/systemd/system/one-context-local.service##deb.systemd.one b/context-linux/src/usr/lib/systemd/system/one-context-local.service##deb.systemd.one index ba465731..9eefc74e 100644 --- a/context-linux/src/usr/lib/systemd/system/one-context-local.service##deb.systemd.one +++ b/context-linux/src/usr/lib/systemd/system/one-context-local.service##deb.systemd.one @@ -1,9 +1,9 @@ [Unit] Description=OpenNebula pre-networking contextualization DefaultDependencies=no -Wants=network-pre.target local-fs.target systemd-udev-settle.service syslog.target +Wants=network-pre.target local-fs.target syslog.target Before=network-pre.target -After=local-fs.target systemd-udev-settle.service syslog.target +After=local-fs.target syslog.target ConditionPathExists=!/var/run/one-context/context.sh.local [Service] diff --git a/context-linux/src/usr/lib/systemd/system/one-context-local.service##rpm.systemd.one b/context-linux/src/usr/lib/systemd/system/one-context-local.service##rpm.systemd.one index 55aad615..136fc73b 100644 --- a/context-linux/src/usr/lib/systemd/system/one-context-local.service##rpm.systemd.one +++ b/context-linux/src/usr/lib/systemd/system/one-context-local.service##rpm.systemd.one @@ -1,8 +1,8 @@ [Unit] Description=OpenNebula pre-networking contextualization -Wants=network-pre.target local-fs.target systemd-udev-settle.service syslog.target +Wants=network-pre.target local-fs.target syslog.target Before=network-pre.target -After=local-fs.target systemd-udev-settle.service syslog.target +After=local-fs.target syslog.target ConditionPathExists=!/var/run/one-context/context.sh.local [Service]