aryvandaar Posted April 3, 2015 Report Share Posted April 3, 2015 I want to start ESET anti-virus after boot. What is the best way of accomplishing that? Would cronie work for that task? Link to comment Share on other sites More sharing options...
0 overkill Posted April 4, 2015 Report Share Posted April 4, 2015 Local service is the very last thing to start. You'd just need to create a file with .start as the extension in /etc/local.d/ like eset.start, then put a start up command in it like `/etc/init.d.eset start` or whatever your script is. aryvandaar 1 Link to comment Share on other sites More sharing options...
0 overkill Posted April 3, 2015 Report Share Posted April 3, 2015 Sounds like a question for ESET support. There should be some sort of init script for eset. Don't know if it has an openrc compatible init script. If it doesn't then you could probably use the /etc/local.d directory to store custom eset.start and eset.stop files. See the readme in /etc/local.d/README aryvandaar 1 Link to comment Share on other sites More sharing options...
0 aryvandaar Posted April 3, 2015 Author Report Share Posted April 3, 2015 I know that there is an init script, and it is provided, and it works, but I don't want to run it on bootup. I want to run it after, without having to do it manually. Link to comment Share on other sites More sharing options...
0 overkill Posted April 3, 2015 Report Share Posted April 3, 2015 Local is the last service started - after all other services. If you don't want to start it manually, that's the way to start it. I guess one could use a cron job, but I think it would have to have logic to check it's status and ignore or start based on the status. Why don't you want to use the init script? aryvandaar 1 Link to comment Share on other sites More sharing options...
0 aryvandaar Posted April 4, 2015 Author Report Share Posted April 4, 2015 It's not that I don't want to use it, but I didn't want to boot it so early. When does the local services kick inn? Link to comment Share on other sites More sharing options...
0 aryvandaar Posted April 4, 2015 Author Report Share Posted April 4, 2015 Thanks! Link to comment Share on other sites More sharing options...
Question
aryvandaar
I want to start ESET anti-virus after boot. What is the best way of accomplishing that?
Would cronie work for that task?
Link to comment
Share on other sites
6 answers to this question
Recommended Posts