Skip to content

Commit b52be6a

Browse files
committed
F #-: Remove deprecated systemd-udev-settle
1 parent 1f415a8 commit b52be6a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

context-linux/src/usr/lib/systemd/system/one-context-local.service##deb.systemd.one

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[Unit]
22
Description=OpenNebula pre-networking contextualization
33
DefaultDependencies=no
4-
Wants=network-pre.target local-fs.target systemd-udev-settle.service syslog.target
4+
Wants=network-pre.target local-fs.target syslog.target
55
Before=network-pre.target
6-
After=local-fs.target systemd-udev-settle.service syslog.target
6+
After=local-fs.target syslog.target
77
ConditionPathExists=!/var/run/one-context/context.sh.local
88

99
[Service]

context-linux/src/usr/lib/systemd/system/one-context-local.service##rpm.systemd.one

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[Unit]
22
Description=OpenNebula pre-networking contextualization
3-
Wants=network-pre.target local-fs.target systemd-udev-settle.service syslog.target
3+
Wants=network-pre.target local-fs.target syslog.target
44
Before=network-pre.target
5-
After=local-fs.target systemd-udev-settle.service syslog.target
5+
After=local-fs.target syslog.target
66
ConditionPathExists=!/var/run/one-context/context.sh.local
77

88
[Service]

0 commit comments

Comments
 (0)