diff options
author | jack9603301 <jack9603301@163.com> | 2020-11-30 20:03:00 +0800 |
---|---|---|
committer | jack9603301 <jack9603301@163.com> | 2021-01-23 21:45:30 +0800 |
commit | b047855b80754d78cab4d3161ad0e97c21f479bc (patch) | |
tree | bde7384faa2f64a5fa3b6ce1e239f21bdaa424ee /src/systemd/ndppd.service | |
parent | 6baf79a72cac9e6624d56b140511c32fad2cfbaa (diff) | |
download | vyos-1x-b047855b80754d78cab4d3161ad0e97c21f479bc.tar.gz vyos-1x-b047855b80754d78cab4d3161ad0e97c21f479bc.zip |
nptv6: T2518: Initial support for nat66 (NPT)
Diffstat (limited to 'src/systemd/ndppd.service')
-rw-r--r-- | src/systemd/ndppd.service | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/systemd/ndppd.service b/src/systemd/ndppd.service new file mode 100644 index 000000000..566172fb0 --- /dev/null +++ b/src/systemd/ndppd.service @@ -0,0 +1,15 @@ +[Unit] +Description=NDP Proxy Daemon +After=network.target vyos-router.service +ConditionPathExists=/run/ndppd/ndppd.conf +StartLimitIntervalSec=0 + +[Service] +ExecStart=/usr/sbin/ndppd -d -p /var/run/ndppd/ndppd.pid -c /var/run/ndppd/ndppd.conf +Type=forking +PIDFile=/var/run/ndppd/ndppd.pid +Restart=on-failure +RestartSec=20 + +[Install] +WantedBy=multi-user.target |