12 lines
209 B
Desktop File
12 lines
209 B
Desktop File
[Unit]
|
|
Description=NDP Proxy Daemon
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/ndppd -d -p /var/run/ndppd/ndppd.pid
|
|
Type=forking
|
|
PIDFile=/var/run/ndppd/ndppd.pid
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|