Add a systemd service file
This commit is contained in:
parent
eec9657b28
commit
f37e8eb33d
11
ndppd.service
Normal file
11
ndppd.service
Normal 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
|
Loading…
x
Reference in New Issue
Block a user