commit deee208d97320fe27e17ab68c9a5a7a904ff1943
parent 772d3d0f28250d2dbf57861a9d83e943bc8cdfad
Author: MS <ms@taler.net>
Date: Fri, 18 Nov 2022 13:40:30 +0100
systemd hints
Diffstat:
1 file changed, 15 insertions(+), 1 deletion(-)
diff --git 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/``