Skip to content

Commit

Permalink
Add a systemd service file
Browse files Browse the repository at this point in the history
  • Loading branch information
meeuw committed May 17, 2017
1 parent eec9657 commit f37e8eb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ndppd.service
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f37e8eb

Please sign in to comment.