summaryrefslogtreecommitdiffstats
path: root/apps/files/appinfo/install.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/appinfo/install.php')
-rw-r--r--apps/files/appinfo/install.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/appinfo/install.php b/apps/files/appinfo/install.php
index 4d1e59d214c..55514935cda 100644
--- a/apps/files/appinfo/install.php
+++ b/apps/files/appinfo/install.php
@@ -24,3 +24,4 @@
// Cron job for scanning user storages
\OC::$server->getJobList()->add('OCA\Files\BackgroundJob\ScanFiles');
\OC::$server->getJobList()->add('OCA\Files\BackgroundJob\DeleteOrphanedItems');
+\OC::$server->getJobList()->add('OCA\Files\BackgroundJob\CleanupFileLocks');