summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-12-05 09:05:49 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-12-05 09:06:14 +0100
commit4f2e4bbc7a1f05ed965fedb151228d335b539d26 (patch)
tree47f69767d7d4889c9c937e6c879172fee4b46936 /bin
parentbd314a8f9a74cc217ea1dc7315ec2ebcdfe5d654 (diff)
update readme
Diffstat (limited to 'bin')
-rw-r--r--bin/updater/README.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/bin/updater/README.rst b/bin/updater/README.rst
index 6229c4339..76ca6e39b 100644
--- a/bin/updater/README.rst
+++ b/bin/updater/README.rst
@@ -45,6 +45,16 @@ or SysVinit script::
sudo /etc/init.d/owncloud-news-updater restart
+No installation
+---------------
+
+If you do not want to install the script at all you can call it directly using::
+
+ python3 -m owncloud_news -c /path/to/config.ini
+
+.. note:: Keep in mind that you need to restart the script if you want to run a new version
+
+
Installation: No init system
----------------------------
@@ -65,6 +75,9 @@ To see all config options run::
owncloud-news-updater -h
+.. note:: Keep in mind that you need to restart the script if you want to run a new version
+
+
Installation: SystemD
---------------------