On Fri, 19 Jul 2013 12:17:44 +0000 Orzakiewicz Cedric cedric.orzakiewicz@barilla.com wrote:
Hi,
Some NAV services don't start automatically (like "ipdevpoll") when my NAV server starts. I have to do it manually with the command "nav start ipdevpoll", and so on for each service not started.
Do you know how can I make them start automatically ?
Hi Cedric,
some NAV services are cron jobs and will survive a reboot by virtue of crond, while others are daemons and will need to be started at boot time.
If you installed NAV using the Debian package, you need to follow the package instructions and set RUN_NAV=1 in the `/etc/default/nav` file to have Debian start NAV at boot time.