summaryrefslogtreecommitdiffstats
path: root/bin/updater/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/updater/Makefile')
-rw-r--r--bin/updater/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/updater/Makefile b/bin/updater/Makefile
index a79e03705..fc2c697fc 100644
--- a/bin/updater/Makefile
+++ b/bin/updater/Makefile
@@ -32,7 +32,7 @@ install-sysvinit: preinitsetup
@echo ""
@echo "Installed files. Please edit your config in /etc/owncloud/news/updater.ini and run:"
- @echo " TBD"
+ @echo " sudo update-rc.d /etc/init.d/owncloud-news-updater defaults"
@echo " sudo /etc/init.d/owncloud-news-updater start"
@echo "to run the updater on startup and:"
@echo " sudo /etc/init.d/owncloud-news-updater restart"