2024-07-09 08:12:24 +02:00
|
|
|
exec --no-startup-id sleep 15 && footclient --title=system\ journal journalctl -f
|
|
|
|
exec --no-startup-id sleep 15 && footclient --title=user\ journal journalctl -f --user
|
|
|
|
exec --no-startup-id sleep 15 && footclient --title=iwd\ log journalctl -u iwd -f
|
|
|
|
exec --no-startup-id sleep 15 && footclient --title=networkd\ log journalctl -u systemd-networkd -f
|
|
|
|
exec --no-startup-id sleep 15 && footclient --title=NetworkManager\ log journalctl -u NetworkManager -f
|
|
|
|
exec --no-startup-id sleep 15 && footclient --title=resolved\ log journalctl -u systemd-resolved -f
|
|
|
|
exec --no-startup-id sleep 15 && footclient --title=unbound\ log journalctl -u unbound -f
|
2023-11-22 09:26:17 +01:00
|
|
|
# Debian uses chrony, Fedora chronyd. Comment inappropiate.
|
2024-07-09 08:12:24 +02:00
|
|
|
exec --no-startup-id sleep 15 && footclient --title=chrony\ log journalctl -u chrony -f
|
|
|
|
exec --no-startup-id sleep 15 && footclient --title=chronyd\ log journalctl -u chronyd -f
|
|
|
|
exec --no-startup-id sleep 15 && footclient --title=bluetooth\ log journalctl -u bluetooth -f
|