summaryrefslogtreecommitdiff
path: root/src/systemd
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:50:52 +0200
commit6b48900358ce9b01eaa78e3a086e95a26064f0df (patch)
tree8a153e27b65971c5d1045a10becb9231d8fc10a6 /src/systemd
parent7ed55fa5a999f57497e26ddaa471fc967990dd20 (diff)
downloadvyos-1x-6b48900358ce9b01eaa78e3a086e95a26064f0df.tar.gz
vyos-1x-6b48900358ce9b01eaa78e3a086e95a26064f0df.zip
dhcpv6-pd: T421: disable wide dhcpv6 client debug messages
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 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