First step into separated scripts

This commit is contained in:
2026-01-03 10:47:27 +01:00
parent ced8ac8dc0
commit 3bdd26ed81
7 changed files with 228 additions and 224 deletions
+6
View File
@@ -0,0 +1,6 @@
[Unit]
Description=Darktable sync service
[Service]
Type=oneshot
ExecStart=%h/.local/bin/darktable_sync.sh
+10
View File
@@ -0,0 +1,10 @@
[Unit]
Description=Run Darktable sync periodically
[Timer]
OnCalendar=*-*-* *:00:00
Persistent=true
Unit=darktable-sync.service
[Install]
WantedBy=timers.target