summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorBernhard Posselt <Raydiation@users.noreply.github.com>2014-12-04 16:23:58 +0100
committerBernhard Posselt <Raydiation@users.noreply.github.com>2014-12-04 16:23:58 +0100
commitd12e6a76cb6da3901d9a5b2885242352198a9ed0 (patch)
tree113f273d5be25d55864db07347e850aa2e249900 /bin
parent083b5ad728016545ffa7406d3bce663b503ee95b (diff)
Update Makefile
Diffstat (limited to 'bin')
-rw-r--r--bin/updater/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/updater/Makefile b/bin/updater/Makefile
index 55172e23b..a79e03705 100644
--- a/bin/updater/Makefile
+++ b/bin/updater/Makefile
@@ -33,9 +33,9 @@ install-sysvinit: preinitsetup
@echo ""
@echo "Installed files. Please edit your config in /etc/owncloud/news/updater.ini and run:"
@echo " TBD"
- @echo " TBD"
+ @echo " sudo /etc/init.d/owncloud-news-updater start"
@echo "to run the updater on startup and:"
- @echo " TBD"
+ @echo " sudo /etc/init.d/owncloud-news-updater restart"
@echo "to reload the changes if you change the config in /etc/owncloud/news/updater.ini"