1
0
Fork 0

fix concatenation issue

This commit is contained in:
ibizaman 2024-04-08 22:03:57 -07:00
parent c488bb5bda
commit a8035b9b4d

View file

@ -700,7 +700,7 @@ in
systemd.timers.nextcloud-cron-previewgenerator = {
wantedBy = [ "timers.target" ];
requires = cfg.mountPointServices;
after = [ "nextcloud-setup.service" ] + cfg.mountPointServices;
after = [ "nextcloud-setup.service" ] ++ cfg.mountPointServices;
timerConfig.OnBootSec = "10m";
timerConfig.OnUnitActiveSec = "10m";
timerConfig.Unit = "nextcloud-cron-previewgenerator.service";