fix dhclient condition
parent
25a7bab60d
commit
0dde33dd64
|
|
@ -4,7 +4,7 @@ Documentation=man:dhclient(8)
|
||||||
Wants=network.target
|
Wants=network.target
|
||||||
After=network-pre.target systemd-sysctl.service systemd-modules-load.service
|
After=network-pre.target systemd-sysctl.service systemd-modules-load.service
|
||||||
Before=network.target shutdown.target network-online.target
|
Before=network.target shutdown.target network-online.target
|
||||||
ConditionPathExists=/mnt/live/net.up.flag
|
ConditionPathExists=!/mnt/live/net.up.flag
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=forking
|
Type=forking
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue