summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nextcloud-systemd-timers.install8
1 files changed, 4 insertions, 4 deletions
diff --git a/nextcloud-systemd-timers.install b/nextcloud-systemd-timers.install
index 9d8f258afae7..9c4d44ad0ee2 100644
--- a/nextcloud-systemd-timers.install
+++ b/nextcloud-systemd-timers.install
@@ -22,13 +22,13 @@ post_install() {
echo "--"
echo "Available timers."
echo "- nextcloud-cron.timer"
- echo " Periodic execution of cron.php."
+ echo " Periodic (every 15 min) execution of cron.php."
echo "- nextcloud-files-scan-all.timer"
- echo " Activate periodic scans of ALL files."
+ echo " Activate periodic (weekly and after boot) scans of ALL files."
echo "- nextcloud-preview-generate-all.timer"
- echo " Activate periodic preview generation of ALL files."
+ echo " Activate periodic (weekly and after boot) preview generation of ALL files."
echo "- nextcloud-preview-pre-generate.timer"
- echo " Activate periodic preview generation of NEW files."
+ echo " Activate periodic (after boot and every 15 min)preview generation of NEW files."
echo "--"
echo "Check status and activation of timers."
echo '$ systemctl list-timers'