]> git.pld-linux.org Git - packages/mailman.git/blob - cronjob-mailman-mailpasswds.timer
systemd and systemd-cronjobs support added
[packages/mailman.git] / cronjob-mailman-mailpasswds.timer
1 [Unit]
2 Description=mailman diabled cronjob timer
3
4 [Timer]
5 # 5 AM on the first of each month, mail out password reminders.
6 OnCalendar=*-*-01 05:00
7 Persistent=true
8
9 [Install]
10 WantedBy=cronjobs.target
11
12 # vi: ft=systemd
This page took 0.033641 seconds and 3 git commands to generate.