make dcim consume more frequent

This commit is contained in:
Yan Lin 2026-02-10 18:21:53 +01:00
parent 4f2df2071c
commit 4a3fc1edf6

View file

@ -11,7 +11,7 @@
services.scheduled-commands.dcim-consume = {
enable = true;
description = "Move files in dcim consume folder to DCIM";
interval = "*-*-* *:15:00";
interval = "*-*-* *:00/15:00";
commands = [
"photo-move -d /home/yanlin/Media/dcim-consume /home/yanlin/DCIM"
];