10 lines
148 B
SYSTEMD
10 lines
148 B
SYSTEMD
[Unit]
|
|
Description=Run OfflineIMAP mail sync every hour
|
|
|
|
[Timer]
|
|
OnBootSec=10m
|
|
OnUnitActiveSec=1h
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|