Hi
I was developing an application which needs to be run like a startup app , right when the root user logged in , the program will run (so no more access to the terminal and just using the application) . I have no other users and there's just root. how can I achieve this ?
and something unrelated to this thread but related to my project , is there anyway to disable or bypass SIGSTP/SIGSTOP signals ? or is there anyway to force the program not to go to the background ? I'm using nodeJS and it can't detect or bypass this signals.
Edit:Is there anyway to run the program before user logging ?like the user login on the background and my program running above it . I want it like the user has no access to terminal (anything at all) and just working with my program
I was developing an application which needs to be run like a startup app , right when the root user logged in , the program will run (so no more access to the terminal and just using the application) . I have no other users and there's just root. how can I achieve this ?
and something unrelated to this thread but related to my project , is there anyway to disable or bypass SIGSTP/SIGSTOP signals ? or is there anyway to force the program not to go to the background ? I'm using nodeJS and it can't detect or bypass this signals.
Edit:Is there anyway to run the program before user logging ?like the user login on the background and my program running above it . I want it like the user has no access to terminal (anything at all) and just working with my program