summarylogtreecommitdiffstats
path: root/nextcloud-systemd-timers.install
diff options
context:
space:
mode:
authorDominik Schrempf2019-04-30 20:25:01 +0200
committerDominik Schrempf2019-04-30 20:25:01 +0200
commitd0012e1d4d4f622ec6e9a0f0e59aa041a8bfb1c1 (patch)
tree897e256709b11ebacbc769c4a84862bc8f6a961e /nextcloud-systemd-timers.install
parent922a4d894c0d4bd0abf57b18bd5b78d0e5437d51 (diff)
downloadaur-d0012e1d4d4f622ec6e9a0f0e59aa041a8bfb1c1.tar.gz
put timers into install notification
Diffstat (limited to 'nextcloud-systemd-timers.install')
-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'