summaryrefslogtreecommitdiff
path: root/src/systemd/ndppd.service
blob: 566172fb07f405802624b27f36915e46113ed0a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=NDP Proxy Daemon
After=network.target 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
Type=forking
PIDFile=/var/run/ndppd/ndppd.pid
Restart=on-failure
RestartSec=20

[Install]
WantedBy=multi-user.target