summaryrefslogtreecommitdiff
path: root/src/systemd
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-10-04 19:51:31 +0200
committerChristian Poessinger <christian@poessinger.com>2021-10-04 19:51:31 +0200
commit15413605b40b40c9157ef2ea1213dac3ccf3cc21 (patch)
tree36ce5e28455534bad580dbbebf2b5c6ecba229a8 /src/systemd
parent044e9dc8bc7e3d946b0ba1f1edfe06b5323aeadd (diff)
downloadvyos-1x-15413605b40b40c9157ef2ea1213dac3ccf3cc21.tar.gz
vyos-1x-15413605b40b40c9157ef2ea1213dac3ccf3cc21.zip
T3889: Revert "dhcpv6-pd: T421: disable wide dhcpv6 client debug messages"
This reverts commit 6b48900358ce9b01eaa78e3a086e95a26064f0df.
Diffstat (limited to 'src/systemd')
-rw-r--r--src/systemd/dhcp6c@.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemd/dhcp6c@.service b/src/systemd/dhcp6c@.service
index fdd6d7d88..9a97ee261 100644
--- a/src/systemd/dhcp6c@.service
+++ b/src/systemd/dhcp6c@.service
@@ -9,7 +9,7 @@ StartLimitIntervalSec=0
WorkingDirectory=/run/dhcp6c
Type=forking
PIDFile=/run/dhcp6c/dhcp6c.%i.pid
-ExecStart=/usr/sbin/dhcp6c -k /run/dhcp6c/dhcp6c.%i.sock -c /run/dhcp6c/dhcp6c.%i.conf -p /run/dhcp6c/dhcp6c.%i.pid %i
+ExecStart=/usr/sbin/dhcp6c -D -k /run/dhcp6c/dhcp6c.%i.sock -c /run/dhcp6c/dhcp6c.%i.conf -p /run/dhcp6c/dhcp6c.%i.pid %i
Restart=on-failure
RestartSec=20