11 lines
163 B
SYSTEMD
11 lines
163 B
SYSTEMD
[Unit]
|
|
Description=Run Darktable sync periodically
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* *:00:00
|
|
Persistent=true
|
|
Unit=darktable-sync.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|