mirror of
https://github.com/The-Repo-Club/DotFiles.git
synced 2025-02-17 18:03:23 -05:00
11 lines
153 B
SYSTEMD
11 lines
153 B
SYSTEMD
[Unit]
|
|
Description=Run EOS update notifier periodically
|
|
|
|
[Timer]
|
|
OnStartupSec=30sec
|
|
OnCalendar=hourly
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|