summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorBernhard Posselt <Raydiation@users.noreply.github.com>2014-12-04 16:16:52 +0100
committerBernhard Posselt <Raydiation@users.noreply.github.com>2014-12-04 16:16:52 +0100
commit3c1df059c77f1a2391bf0f13cb3f8dbec658085a (patch)
tree6603fd7a25a2aedaebce00d356ff0e52ff10ca4e /bin
parent4002f5b3591e3daa458f6a78c8cde0c94ad2cdb3 (diff)
Update README.rst
Diffstat (limited to 'bin')
-rw-r--r--bin/updater/README.rst20
1 files changed, 18 insertions, 2 deletions
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