mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 15:01:05 +01:00
10 lines
132 B
SYSTEMD
10 lines
132 B
SYSTEMD
|
[Unit]
|
||
|
Description=starts backups-cleanup.service
|
||
|
|
||
|
[Timer]
|
||
|
OnCalendar=19:00
|
||
|
RandomizedDelaySec=1h
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|