Gracias Juan, probé agregando el path completo pero da error también. El código de error pasó de 127 a 126
● postgres.service - SYSV: PostgreSQL RDBMS Loaded: loaded (/etc/rc.d/init.d/postgres; generated) Active: failed (Result: exit-code) since Tue 2020-03-10 08:04:16 -03; 3h 29min ago Docs: man:systemd-sysv-generator(8) Process: 877 ExecStart=/etc/rc.d/init.d/postgres start (code=exited, status=126) mar 10 08:04:16 centos8 systemd[1]: Starting SYSV: PostgreSQL RDBMS... mar 10 08:04:16 centos8 postgres[877]: Starting PostgreSQL: /etc/rc.d/init.d/postgres: línea 94: /usr/bin/su: Permiso denegado mar 10 08:04:16 centos8 systemd[1]: postgres.service: Control process exited, code=exited status=126 mar 10 08:04:16 centos8 systemd[1]: postgres.service: Failed with result 'exit-code'. mar 10 08:04:16 centos8 systemd[1]: Failed to start SYSV: PostgreSQL RDBMS. El lun., 9 mar. 2020 a las 13:49, Juan José Santamaría Flecha (< juanjo.santama...@gmail.com>) escribió: > > On Mon, Mar 9, 2020 at 5:35 PM Guillermo E. Villanueva < > guillermo...@gmail.com> wrote: > >> Los mismo pasos los realizaba sobre centos 7 y si funcioaba :-( >> Será algo diferente en centos 8? >> > > Si le pones el PATH completo al su, /usr/bin/su, ¿te funciona? > > Un saludo >