Am 11.08.2017 um 04:29 schrieb Sergei Franco:
I am trying to retain behaviour of the startup scripts the same as sysvinit.
For example, on sysv the script outputs feedback to the console when the stopping and starting is done via console. With systemd all output is "hidden", and to see the output you need to check the journal (or syslog if configured). There is no feedback.

Is it possible to configure StandardOutput=tty (and StandardErrror) where TTYPath= is set to current $SSH_TTY env (be that /devpts/0,/dev/pts/1 or /dev/pts/n)?

no, because PID1 is a completly different process than any TTY
_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to