Initial commit

This commit is contained in:
dan
2025-07-31 15:28:53 -04:00
commit 2e6b90c774
65 changed files with 2037 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
[Unit]
Description=EOS update notifier service
[Service]
Type=oneshot
ExecStart=/usr/bin/eos-update-notifier -systemd
[Install]
WantedBy=eos-update-notifier.timer

View File

@@ -0,0 +1,11 @@
[Unit]
Description=EOS update notifier runs periodically, and optionally after each boot, or if missed.
[Timer]
OnCalendar=weekly
# OnStartupSec=
Persistent=false
RandomizedDelaySec=10min
[Install]
WantedBy=timers.target

View File

@@ -0,0 +1 @@
/home/dan/.config/systemd/user/eos-update-notifier.timer