Markéta Machová
aa07b309bf
- Added mailman-notify.service and mailman-notify.timer - Added rcmailman* service symlinks - Added missing logrotate requirement OBS-URL: https://build.opensuse.org/request/show/856542 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=36
11 lines
163 B
SYSTEMD
11 lines
163 B
SYSTEMD
[Unit]
|
|
Description=Run mailman-notify.service every day
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* 08:00:00
|
|
RandomizedDelaySec=15m
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=basic.target
|