Wie finde ich stdout eines Prozesses in openrc?
So habe ich meinen Daemon erstellt.
/etc/init.d/mydaemon
#!/sbin/openrc-run
command="python3"
command_args="/srv/http/tornado.py"
command_background="yes"
pidfile="/tmp/tornado.pid"
Alles, was ich in meinen Protokollen bekomme, ist:
* Starting tornado ... [ ok ]
Ich habe Standard /etc/rc.conf
mit eingestellt rc_logger="YES"
. Was ich gerne bekommen würde, ist so etwas wie systemd erlaubt es, stdout eines Daemons mit anzuzeigensudo journalctl -u mydaemon