Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
8 lines
344 B
Text
8 lines
344 B
Text
pprotectd this is a self protected daemon which protect processes
|
|
from killing by the kernel when memory is exhausted.
|
|
|
|
The P_PROTECTED flag protects processes from killing by the kernel
|
|
when memory is exhausted. This may be useful for protection many
|
|
critical daemons, such as cron, syslogd, inetd, sshd or mysqld.
|
|
|
|
WWW: http://www.zonov.org/
|