summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-09-14 19:50:52 +0200
committerChristian Poessinger <christian@poessinger.com>2021-09-14 19:51:06 +0200
commit184f25819fa43fc892b97c0044813b8aa56855b4 (patch)
treedcfd02e735d9aa0972a2e062b1eb85fe0203540d /src
parent842bc6d6fd682029eb543d92dfb23d4334d71b96 (diff)
downloadvyos-1x-184f25819fa43fc892b97c0044813b8aa56855b4.tar.gz
vyos-1x-184f25819fa43fc892b97c0044813b8aa56855b4.zip
dhcpv6-pd: T421: disable wide dhcpv6 client debug messages
(cherry picked from commit 6b48900358ce9b01eaa78e3a086e95a26064f0df)
Diffstat (limited to 'src')
-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 9a97ee261..fdd6d7d88 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 -D -k /run/dhcp6c/dhcp6c.%i.sock -c /run/dhcp6c/dhcp6c.%i.conf -p /run/dhcp6c/dhcp6c.%i.pid %i
+ExecStart=/usr/sbin/dhcp6c -k /run/dhcp6c/dhcp6c.%i.sock -c /run/dhcp6c/dhcp6c.%i.conf -p /run/dhcp6c/dhcp6c.%i.pid %i
Restart=on-failure
RestartSec=20