mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-06 01:19:23 +01:00
autostart-foot-journalctl.conf: sleep and use foot-client
This commit is contained in:
parent
0d3e3edc7f
commit
4d76f059f0
@ -1,10 +1,11 @@
|
||||
exec --no-startup-id foot --title=system\ journal journalctl -f
|
||||
exec --no-startup-id foot --title=user\ journal journalctl -f --user
|
||||
exec --no-startup-id foot --title=iwd\ log journalctl -u iwd -f
|
||||
exec --no-startup-id foot --title=networkd\ log journalctl -u systemd-networkd -f
|
||||
exec --no-startup-id foot --title=resolved\ log journalctl -u systemd-resolved -f
|
||||
exec --no-startup-id foot --title=unbound\ log journalctl -u unbound -f
|
||||
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
|
||||
# Debian uses chrony, Fedora chronyd. Comment inappropiate.
|
||||
exec --no-startup-id foot --title=chrony\ log journalctl -u chrony -f
|
||||
exec --no-startup-id foot --title=chronyd\ log journalctl -u chronyd -f
|
||||
exec --no-startup-id foot --title=bluetooth\ log journalctl -u bluetooth -f
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user