Skip to content

Commit

Permalink
Merge pull request #4 from OpenNebula/udev-settle
Browse files Browse the repository at this point in the history
F #-: Remove deprecated systemd-udev-settle
  • Loading branch information
xorel authored Dec 21, 2023
2 parents 1f415a8 + b52be6a commit cf307c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
Original file line number Diff line number Diff line change
@@ -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]
Expand Down

0 comments on commit cf307c7

Please sign in to comment.