ndppd/ndppd.service
Daniel Adolfsson 141f39f20a Initial commit
2019-12-11 11:34:34 +01:00

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