This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| zibaldone:linux:systemd [2021/10/08 14:53] – ↷ Page moved from tips:systemd to zibaldone:linux:systemd scipio | zibaldone:linux:systemd [2024/06/04 15:00] (current) – [Systemd as user] sscipioni | ||
|---|---|---|---|
| Line 48: | Line 48: | ||
| </ | </ | ||
| + | |||
| + | deprecated | ||
| <file bash / | <file bash / | ||
| export XDG_RUNTIME_DIR="/ | export XDG_RUNTIME_DIR="/ | ||
| Line 53: | Line 55: | ||
| </ | </ | ||
| + | new method | ||
| + | < | ||
| + | mkdir -p ~/.bashrc.d | ||
| + | echo " | ||
| + | source ~/ | ||
| + | </ | ||
| journalctl -u does not work. Use instead | journalctl -u does not work. Use instead | ||
| < | < | ||