aboutsummaryrefslogtreecommitdiff
path: root/packages/systemd/ndpid@.service
blob: ab811011107707507675f43c6722d85429b84f54 (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 -A -z -c /var/run/ndpisrvd-collector
Restart=on-failure

[Install]
WantedBy=multi-user.target