making preview happen at 2:30 and backup at 12:30
This commit is contained in:
parent
1e65303d83
commit
7e09034675
|
@ -253,7 +253,7 @@
|
|||
enable = true;
|
||||
serviceConfig = {
|
||||
Type = "oneshot";
|
||||
ExecStart = "/home/chris/scripts/nextcloud/backup.sh";
|
||||
ExecStart = "/home/chris/bin/nextcloud/backup.sh";
|
||||
};
|
||||
};
|
||||
photoprism-index = {
|
||||
|
@ -280,7 +280,7 @@
|
|||
enable = true;
|
||||
partOf = ["nextcloud-previews.service"];
|
||||
timerConfig = {
|
||||
OnCalendar = "*-*-* 00:00:30";
|
||||
OnCalendar = "*-*-* 00:02:30";
|
||||
Unit = "nextcloud-previews.service";
|
||||
};
|
||||
wantedBy = [ "timers.target" ];
|
||||
|
|
Loading…
Reference in a new issue