summaryrefslogtreecommitdiff
path: root/src/systemd/ndppd.service
blob: 5790d37f12a547c5af823fa2239b66c5d804cc78 (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]
Type=forking
ExecStart=/usr/sbin/ndppd -d -p /run/ndppd/ndppd.pid -c /run/ndppd/ndppd.conf
PIDFile=/run/ndppd/ndppd.pid
Restart=on-failure
RestartSec=20

[Install]
WantedBy=multi-user.target