9 lines
147 B
SYSTEMD
9 lines
147 B
SYSTEMD
[Unit]
|
|
Description=Run Photoprism Import script hourly
|
|
|
|
[Timer]
|
|
OnCalendar=hourly
|
|
Unit=photoprism_import.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|