summaryrefslogtreecommitdiff
path: root/src/systemd
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemd')
-rw-r--r--src/systemd/ndppd.service6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/systemd/ndppd.service b/src/systemd/ndppd.service
index 566172fb0..db471c518 100644
--- a/src/systemd/ndppd.service
+++ b/src/systemd/ndppd.service
@@ -1,13 +1,13 @@
[Unit]
Description=NDP Proxy Daemon
-After=network.target vyos-router.service
+After=vyos-router.service
ConditionPathExists=/run/ndppd/ndppd.conf
StartLimitIntervalSec=0
[Service]
-ExecStart=/usr/sbin/ndppd -d -p /var/run/ndppd/ndppd.pid -c /var/run/ndppd/ndppd.conf
+ExecStart=/usr/sbin/ndppd -d -p /run/ndppd/ndppd.pid -c /run/ndppd/ndppd.conf
Type=forking
-PIDFile=/var/run/ndppd/ndppd.pid
+PIDFile=/run/ndppd/ndppd.pid
Restart=on-failure
RestartSec=20