mirror of
https://codeberg.org/hyperreal/dotfiles
synced 2024-11-01 16:53:07 +01:00
10 lines
156 B
SYSTEMD
10 lines
156 B
SYSTEMD
|
[Unit]
|
||
|
Description=Run container-offlineimap.service daily at 22:00:00
|
||
|
|
||
|
[Timer]
|
||
|
OnCalendar=*-*-* 22:00:00
|
||
|
Persistent=true
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|