You are not logged in.
Pages: 1
User dbus services in ~/.local/share/dbus-1/services and user units in ~/.config/systemd/user/ have their logs neatly recorded by Systemd.
However, for manually started programs in ~/.xinitrc, the user has the choice to redirect output to any file.
1. Is there a convention for the location of saving logs? I'd guess it should be $XDG_STATE_HOME/program_name/log.log or $XDG_STATE_HOME/program_name.log?
2. Is it possible to pipe the output somehow to systemd?
3. If not, then is there a way to save these logs to RAM instead of disk?
Offline
Pages: 1