Monit runs with root, but i don't want to start my processes as root.. like mysql, mongrel, apache..
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
|||
|
|
|
i have found a answer.. i could do a: start_program = "su -c 'command here' USERiWANTtoUSE".. :) |
|||
|
What operating system / distro are you using? How did you install Monit? Most dsitros 'do the right thing' and make sure things don't start as root. |
|||