Running a program as a Service/Daemon?

On Windows, there is LuaService.

luadaemon will let your program become a daemon with a single daemon.daemonize() call; if it fails it will return an error string.



Back