2024-07-09 07:54:38 +02:00
|
|
|
exec --no-startup-id sleep 15 && foot-client --title=system\ journal journalctl -f
|
|
|
|
exec --no-startup-id sleep 15 && foot-client --title=user\ journal journalctl -f --user
|
|
|
|
exec --no-startup-id sleep 15 && foot-client --title=iwd\ log journalctl -u iwd -f
|
|
|
|
exec --no-startup-id sleep 15 && foot-client --title=networkd\ log journalctl -u systemd-networkd -f
|
|
|
|
exec --no-startup-id sleep 15 && foot-client --title=NetworkManager\ log journalctl -u NetworkManager -f
|
|
|
|
exec --no-startup-id sleep 15 && foot-client --title=resolved\ log journalctl -u systemd-resolved -f
|
|
|
|
exec --no-startup-id sleep 15 && foot-client --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 07:54:38 +02:00
|
|
|
exec --no-startup-id sleep 15 && foot-client --title=chrony\ log journalctl -u chrony -f
|
|
|
|
exec --no-startup-id sleep 15 && foot-client --title=chronyd\ log journalctl -u chronyd -f
|
|
|
|
exec --no-startup-id sleep 15 && foot-client --title=bluetooth\ log journalctl -u bluetooth -f
|