From 3c1df059c77f1a2391bf0f13cb3f8dbec658085a Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 4 Dec 2014 16:16:52 +0100 Subject: Update README.rst --- bin/updater/README.rst | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/updater/README.rst b/bin/updater/README.rst index c588b28e8..90ffd7fda 100644 --- a/bin/updater/README.rst +++ b/bin/updater/README.rst @@ -59,7 +59,23 @@ If you make changes to the **updater.ini** file don't forget to reload the servi Installation: SysVinit ---------------------- -TBD +.. note:: Debian 7 (wheezy) is the only supported Linux distribution for SysVinit and support will be dropped once Debian 8.1 is released + +To install the script for systemd run:: + + sudo make install-sysvinit + +Then edit the config in **/etc/owncloud/news/updater.ini** with your details and run:: + + owncloud-news-updater -c /etc/owncloud/news/updater.ini + +to test your settings. If everything worked out fine, enable the init script with:: + + sudo start /etc/init.d/owncloud-news-updater + +If you make changes to the **updater.ini** file don't forget to reload the service with:: + + sudo /etc/init.d/owncloud-news-updater restart Uninstallation @@ -85,4 +101,4 @@ Development If you want to edit the python code and test it run:: - python3 -m owncloud_news -c /path/to/config.ini \ No newline at end of file + python3 -m owncloud_news -c /path/to/config.ini -- cgit v1.2.3