gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: systemd hints


From: gnunet
Subject: [taler-docs] branch master updated: systemd hints
Date: Fri, 18 Nov 2022 13:40:33 +0100

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new deee208  systemd hints
deee208 is described below

commit deee208d97320fe27e17ab68c9a5a7a904ff1943
Author: MS <ms@taler.net>
AuthorDate: Fri Nov 18 13:40:30 2022 +0100

    systemd hints
---
 taler-developer-manual.rst | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/taler-developer-manual.rst b/taler-developer-manual.rst
index c488a8f..c348a1d 100644
--- a/taler-developer-manual.rst
+++ b/taler-developer-manual.rst
@@ -393,7 +393,14 @@ Test builder
 
 This builder (``test-builder``) compiles and starts every Taler component.
 The associated worker is run by the ``taler-test`` Gv user, via the SystemD
-unit ``buildbot-worker-taler``.
+unit ``buildbot-worker-taler``.  The following commands start/stop/restart
+the worker:
+
+.. code-block::
+
+   systemctl --user start buildbot-worker-taler
+   systemctl --user stop buildbot-worker-taler
+   systemctl --user restart buildbot-worker-taler
 
 .. note::
   the mentioned unit file can be found at ``deployment.git/systemd-services/``
@@ -404,6 +411,13 @@ Wallet builder
 This builder (``wallet-builder``) compiles every Taler component
 and runs the wallet integration tests.  The associated worker is
 run by the ``walletbuilder`` Gv user, via the SystemD unit 
``buildbot-worker-wallet``.
+The following commands start/stop/restart the worker:
+
+.. code-block::
+
+   systemctl --user start buildbot-worker-wallet
+   systemctl --user stop buildbot-worker-wallet
+   systemctl --user restart buildbot-worker-wallet
 
 .. note::
   the mentioned unit file can be found at ``deployment.git/systemd-services/``

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]