taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit fcf08ce9e3f2d8a97b7f2c21959b8fe54f9388f8
parent 38557bf19439664db80886750a41cff4d053f456
Author: ms <ms@taler.net>
Date:   Fri,  2 Jul 2021 17:11:48 +0200

systemd

Diffstat:
Msystemd-services/tips-checker.service | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/systemd-services/tips-checker.service b/systemd-services/tips-checker.service @@ -6,7 +6,7 @@ AssertPathExists=%h/tips-checker-dir WorkingDirectory=%h ExecStart=/usr/bin/buildbot-worker start --nodaemon tips-checker-dir ExecReload=/usr/bin/buildbot-worker restart --nodaemon tips-checker-dir -ExecStop=/usr/bin/buildbot-worker stop --nodaemon tips-checker-dir +ExecStop=/usr/bin/buildbot-worker stop tips-checker-dir Restart=always [Install]