Merge pull request #28 from meeuw/master

Add a systemd service file
This commit is contained in:
Daniel Adolfsson 2017-05-17 12:24:57 +02:00 committed by GitHub
commit ca91245d3f

11
ndppd.service Normal file
View File

@ -0,0 +1,11 @@
[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