summaryrefslogtreecommitdiffstats
path: root/bin/updater/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'bin/updater/README.rst')
-rw-r--r--bin/updater/README.rst27
1 files changed, 0 insertions, 27 deletions
diff --git a/bin/updater/README.rst b/bin/updater/README.rst
index f5b6b9156..d8ff522b0 100644
--- a/bin/updater/README.rst
+++ b/bin/updater/README.rst
@@ -40,10 +40,6 @@ Finally reload the systemd service::
sudo systemctl restart owncloud-news-updater
-or SysVinit script::
-
- sudo /etc/init.d/owncloud-news-updater restart
-
No installation
---------------
@@ -99,29 +95,6 @@ If you make changes to the **updater.ini** file don't forget to reload the servi
sudo systemctl restart owncloud-news-updater.service
-Installation: SysVinit
-----------------------
-
-.. 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 SysVinit 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 update-rc.d owncloud-news-updater defaults
- sudo /etc/init.d/owncloud-news-updater start
-
-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
--------------