diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/systemd/ndppd.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemd/ndppd.service b/src/systemd/ndppd.service index db471c518..5790d37f1 100644 --- a/src/systemd/ndppd.service +++ b/src/systemd/ndppd.service @@ -5,8 +5,8 @@ ConditionPathExists=/run/ndppd/ndppd.conf StartLimitIntervalSec=0 [Service] -ExecStart=/usr/sbin/ndppd -d -p /run/ndppd/ndppd.pid -c /run/ndppd/ndppd.conf Type=forking +ExecStart=/usr/sbin/ndppd -d -p /run/ndppd/ndppd.pid -c /run/ndppd/ndppd.conf PIDFile=/run/ndppd/ndppd.pid Restart=on-failure RestartSec=20 |