forked from pool/patch2mail
63ab37a928
Migrate from cron to systemd-timers. Remove some commented-out lines that don't seem to be relevant. OBS-URL: https://build.opensuse.org/request/show/1123268 OBS-URL: https://build.opensuse.org/package/show/system:packagemanager/patch2mail?expand=0&rev=18
11 lines
144 B
SYSTEMD
11 lines
144 B
SYSTEMD
[Unit]
|
|
Description=Automatic execution of patch2mail
|
|
|
|
[Timer]
|
|
OnCalendar=Daily
|
|
AccuracySec=1h
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|