Add a global option where we can protect processes against OOM killer.
Basically we need to add on rc.conf an another option like:
- If we want to protect only the main processes.
syslogd_oomprotect="YES"
- If we want to protect all future children of the specified processes.
syslogd_oomprotect="ALL"