summaryrefslogtreecommitdiff
path: root/src/systemd/dhclient@.service
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-04-29 15:06:05 +0200
committerChristian Poessinger <christian@poessinger.com>2020-04-29 15:12:04 +0200
commitaf87333fe4164c9d37f8d21d50dd4e164378c709 (patch)
tree19e2c173256a5be2ac1285ed29cbbd4d5c7fe0e0 /src/systemd/dhclient@.service
parent1d909e0c5358a0d733baffe6cd533d21927ed147 (diff)
downloadvyos-1x-af87333fe4164c9d37f8d21d50dd4e164378c709.tar.gz
vyos-1x-af87333fe4164c9d37f8d21d50dd4e164378c709.zip
dhclient: T2393: switch to old configuration path to keep existing op-mode tolls intact
Diffstat (limited to 'src/systemd/dhclient@.service')
-rw-r--r--src/systemd/dhclient@.service11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/systemd/dhclient@.service b/src/systemd/dhclient@.service
index 1040ce2b2..2ced1038a 100644
--- a/src/systemd/dhclient@.service
+++ b/src/systemd/dhclient@.service
@@ -1,16 +1,15 @@
[Unit]
Description=DHCP client on %i
Documentation=man:dhclient(8)
-RequiresMountsFor=/run
-ConditionPathExists=/run/dhclient/%i.conf
-ConditionPathExists=/run/dhclient/%i.options
+ConditionPathExists=/var/lib/dhcp/dhclient_%i.conf
+ConditionPathExists=/var/lib/dhcp/dhclient_%i.options
After=vyos-router.service
[Service]
-WorkingDirectory=/run/dhclient
+WorkingDirectory=/var/lib/dhcp
Type=exec
-EnvironmentFile=-/run/dhclient/%i.options
-PIDFile=/run/dhclient/%i.pid
+EnvironmentFile=-/var/lib/dhcp/dhclient_%i.options
+PIDFile=/var/lib/dhcp/dhclient_%i.pid
ExecStart=/sbin/dhclient -4 $DHCLIENT_OPTS
ExecStop=/sbin/dhclient -4 $DHCLIENT_OPTS -r
Restart=always