mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-09-19 21:07:19 +02:00
autostart time log to satisfy nagging voice in my head
This commit is contained in:
parent
b62b2ad6b5
commit
37fec33b6c
7
etc/xdg/autostart/footclient-journal-time.desktop
Normal file
7
etc/xdg/autostart/footclient-journal-time.desktop
Normal file
@ -0,0 +1,7 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Exec=footclient -T Time journalctl --no-hostname --follow -u chrony -u chronyd -u systemd-timesyncd -u ntp -u ntpd
|
||||
Icon=foot
|
||||
Terminal=false
|
||||
Name=Time log
|
||||
Comment=sysadmin laziness
|
1
install
1
install
@ -217,6 +217,7 @@ if [ "$(id -u)" == "0" ]; then
|
||||
cp -v etc/xdg/autostart/footclient-journal.desktop /etc/xdg/autostart/
|
||||
cp -v etc/xdg/autostart/footclient-journal-dns.desktop /etc/xdg/autostart/
|
||||
cp -v etc/xdg/autostart/footclient-journal-network.desktop /etc/xdg/autostart/
|
||||
cp -v etc/xdg/autostart/footclient-journal-time.desktop /etc/xdg/autostart/
|
||||
fi
|
||||
|
||||
# Enables laziness on checking whether or not apt is installed
|
||||
|
Loading…
x
Reference in New Issue
Block a user