fix concatenation issue
This commit is contained in:
parent
c488bb5bda
commit
a8035b9b4d
1 changed files with 1 additions and 1 deletions
|
|
@ -700,7 +700,7 @@ in
|
||||||
systemd.timers.nextcloud-cron-previewgenerator = {
|
systemd.timers.nextcloud-cron-previewgenerator = {
|
||||||
wantedBy = [ "timers.target" ];
|
wantedBy = [ "timers.target" ];
|
||||||
requires = cfg.mountPointServices;
|
requires = cfg.mountPointServices;
|
||||||
after = [ "nextcloud-setup.service" ] + cfg.mountPointServices;
|
after = [ "nextcloud-setup.service" ] ++ cfg.mountPointServices;
|
||||||
timerConfig.OnBootSec = "10m";
|
timerConfig.OnBootSec = "10m";
|
||||||
timerConfig.OnUnitActiveSec = "10m";
|
timerConfig.OnUnitActiveSec = "10m";
|
||||||
timerConfig.Unit = "nextcloud-cron-previewgenerator.service";
|
timerConfig.Unit = "nextcloud-cron-previewgenerator.service";
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue