I am working on an application that does timelapse photography. It would run better if I could disable some services from running automatically.
So, I thought, customizing a runlevel would be the best bet. However, after opening up the program (script) that changes runlevels, it doesn't handle any cases other than 0, 1, or 6.
I want to put my runlevel in rc3.d. Should I modify the init script, or is there a better approach to handle other runlevels?
I am working on an application that does timelapse photography. It would run better if I could disable some services from running automatically.
So, I thought, customizing a runlevel would be the best bet. However, after opening up the program (script) that changes runlevels, it doesn't handle any cases other than 0, 1, or 6.
I want to put my runlevel in rc3.d. Should I modify the init script, or is there a better approach to handle other runlevels?
Walter