10.10.07

Running those essential programs as root in the startup

If you have any program that needs to be run as sudo, and if you would like it to be in Autostart, then you have a problem.

To solve that situation, set SUPER flag in order to be run like root:
$sudo chmod +s program_with_full_path

That should solve your problem.

No comments: