aboutsummaryrefslogtreecommitdiff
path: root/packages/systemd/ndpid@.service
blob: 26cea6cb158d2796a66d9bc94331a18e34139f34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=nDPId Service on interface %i
After=ndpisrvd.service
Requires=ndpisrvd.service

[Service]
Type=simple
ExecStart=/usr/sbin/nDPId -i %i -l -A -z -c /var/run/ndpisrvd-collector
Restart=on-failure

[Install]
WantedBy=multi-user.target