We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 988ece6 + 4f1cc5e commit 9dd5656Copy full SHA for 9dd5656
scripts/xcp-networkd.service
@@ -1,8 +1,16 @@
1
[Unit]
2
Description=XCP networking daemon
3
Documentation=man:xcp-networkd(1)
4
-After=forkexecd.service message-switch.service syslog.target
5
-Wants=forkexecd.service message-switch.service syslog.target
+After=systemd-udev-settle.service
+After=systemd-udev-trigger.service
6
+After=forkexecd.service
7
+After=message-switch.service
8
+After=syslog.target
9
+Wants=systemd-udev-settle.service
10
+Wants=systemd-udev-trigger.service
11
+Wants=forkexecd.service
12
+Wants=message-switch.service
13
+Wants=syslog.target
14
PartOf=toolstack.target
15
16
[Service]
0 commit comments