diff options
Diffstat (limited to '')
-rw-r--r-- | dot_config/systemd/user/backup-email.timer | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dot_config/systemd/user/backup-email.timer b/dot_config/systemd/user/backup-email.timer new file mode 100644 index 0000000..bf49a60 --- /dev/null +++ b/dot_config/systemd/user/backup-email.timer @@ -0,0 +1,10 @@ +[Unit] +Description=Backup email + +[Timer] +OnCalendar=daily +Persistent=true +RandomizedDelaySec=3h + +[Install] +WantedBy=timers.target |