summaryrefslogtreecommitdiff
path: root/src/systemd/ndppd.service
blob: db471c5180b04b89ed75c58fcd2a292d2677949a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=NDP Proxy Daemon
After=vyos-router.service
ConditionPathExists=/run/ndppd/ndppd.conf
StartLimitIntervalSec=0

[Service]
ExecStart=/usr/sbin/ndppd -d -p /run/ndppd/ndppd.pid -c /run/ndppd/ndppd.conf
Type=forking
PIDFile=/run/ndppd/ndppd.pid
Restart=on-failure
RestartSec=20

[Install]
WantedBy=multi-user.target