Quellcode durchsuchen

crontab explain

Root srvweb vor 5 Jahren
Ursprung
Commit
b4a4a15577
1 geänderte Dateien mit 14 neuen und 0 gelöschten Zeilen
  1. 14 0
      README.md

+ 14 - 0
README.md

@@ -24,6 +24,20 @@ Change paramètre in config.yaml Make sure the consistency between:
  
 Make sure the "files" directory is writable
 
+### Crontab
+
+By default the expired files this deletes with visits to the homepage. But you can delete them by cron job:
+
+    10	0	*	*	*	/var/www/dl.zici.fr/cron.php
+
+In config.yaml change
+
+    expireCron: web
+        
+to 
+
+    expireCron: cli
+
 ## Changelog
 
  - futur