aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dot_config/systemd/user/eos-update-notifier.timer')
-rw-r--r--dot_config/systemd/user/eos-update-notifier.timer11
1 files changed, 11 insertions, 0 deletions
diff --git a/dot_config/systemd/user/eos-update-notifier.timer b/dot_config/systemd/user/eos-update-notifier.timer
new file mode 100644
index 0000000..7b4f365
--- /dev/null
+++ b/dot_config/systemd/user/eos-update-notifier.timer
@@ -0,0 +1,11 @@
1[Unit]
2Description=EOS update notifier runs periodically (weekly) and soon after a reboot
3
4[Timer]
5Persistent=false
6OnStartupSec=300 seconds
7OnCalendar=weekly
8# Persistent=true
9
10[Install]
11WantedBy=timers.target
Powered by cgit v1.2.3 (git 2.41.0)