diff options
Diffstat (limited to 'system/backup-mail.timer')
-rw-r--r-- | system/backup-mail.timer | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/backup-mail.timer b/system/backup-mail.timer new file mode 100644 index 0000000..22367df --- /dev/null +++ b/system/backup-mail.timer @@ -0,0 +1,10 @@ +[Unit] +Description=Backup mail and mailman every first day of the month + +[Timer] +# Every 1st of each month at 5:00 +OnCalendar=*-*-1 05:00 +Persistent=true + +[Install] +WantedBy=timers.target |