summaryrefslogtreecommitdiff
path: root/src/systemd
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2022-07-04 20:25:15 +0200
committerChristian Poessinger <christian@poessinger.com>2022-07-04 20:25:15 +0200
commit9483b28a8cf811b9ac03c0bb86083deec8a218ad (patch)
tree77d90ca811ffe5d10de2121821d36c609553ae73 /src/systemd
parent6732df1edd632b56d3d02970939f51d05d4262e9 (diff)
downloadvyos-1x-9483b28a8cf811b9ac03c0bb86083deec8a218ad.tar.gz
vyos-1x-9483b28a8cf811b9ac03c0bb86083deec8a218ad.zip
dhclient: T2393: fix "Failed to parse boolean value, ignoring: SIGKILL"
Commit 19789463 ("dhclient: T2393: introduce 20 seconds stop timeout - required for smoketesting on Qemu") assigned a string to a boolean field. This has been fixed.
Diffstat (limited to 'src/systemd')
-rw-r--r--src/systemd/dhclient@.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemd/dhclient@.service b/src/systemd/dhclient@.service
index 5cc7869cb..23cd4cfc3 100644
--- a/src/systemd/dhclient@.service
+++ b/src/systemd/dhclient@.service
@@ -14,7 +14,7 @@ ExecStart=/sbin/dhclient -4 $DHCLIENT_OPTS
ExecStop=/sbin/dhclient -4 $DHCLIENT_OPTS -r
Restart=always
TimeoutStopSec=20
-SendSIGKILL=SIGKILL
+SendSIGKILL=true
FinalKillSignal=SIGABRT
[Install]