É apenas uma cópia de syslog-ng
que alterou seus argumentos de linha de comando ( argv[0]
) para um texto mais descritivo.
A página de manual de syslog-ng
diz:
OPTIONS [...] --process-mode Sets how to run syslog-ng: in the foreground (mainly used for debugging), in the background as a daemon, or in safe-background mode. By default, syslog-ng runs in safe-background mode. This mode creates a supervisor process called supervising syslog-ng , that restarts syslog-ng if it crashes.
Você pode verificar com:
# pgrep -lf superv 1277 supervising syslog-ng # readlink /proc/1277/exe /usr/sbin/syslog-ng