Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The forced switch to SysV init script can be madeĀ  by running the following commands asĀ root (ie. under sudo bash or the like):

Code Block
# service nfdump stop
# dpkg-divert --rename --divert /lib/systemd/system/nfdump.service.disabled --add /lib/systemd/system/nfdump.service
# rm -f /etc/systemd/system/nfdump.service /etc/systemd/system/multi-user.target.wants/nfdump.service
# systemctl daemon-reload
# cp /usr/local/omk/install/nfdump.init.d /etc/init.d/nfdump
# systemctl daemon-reload
**note that this will only work fully if you use the nfdump init script from /usr/local/omk/install/nfdump.init.d!
# service nfdump start

opCommon

...