15 lines
416 B
SYSTEMD
15 lines
416 B
SYSTEMD
# systemd timer for tipy-dne.service — regenerates "Tipy dne" daily.
|
|
# Enable with: systemctl enable --now tipy-dne.timer
|
|
|
|
[Unit]
|
|
Description=Daily regeneration of the "Tipy dne" Filmotéka folder
|
|
|
|
[Timer]
|
|
# Every day at 06:00 (server local time). Change as needed, e.g. "hourly".
|
|
OnCalendar=*-*-* 06:00:00
|
|
# Catch up if the machine was off at the scheduled time.
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|