Add standalone "Tipy dne" script with systemd service and timer

This commit is contained in:
2026-06-29 16:31:29 +02:00
parent ee99fc957d
commit b5c2023212
5 changed files with 179 additions and 1 deletions
+14
View File
@@ -0,0 +1,14 @@
# 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