autostart time log to satisfy nagging voice in my head

This commit is contained in:
Aminda Suomalainen 2025-09-18 11:30:09 +03:00
parent b62b2ad6b5
commit 37fec33b6c
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
2 changed files with 8 additions and 0 deletions

View 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

View File

@ -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