commit 5cfd3d862aaaed753c8451a05f474745f34f72ba
parent 7dacf67f5bde548220265fd70650be425c4e4ee0
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 23 Feb 2020 13:38:05 +0100
setup systemd service even if bb worker exists
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/taler-deployment b/bin/taler-deployment
@@ -593,6 +593,7 @@ def bootstrap() -> None:
def create_bb_worker(systemd_unit, dirname, workername, workerpw):
+ setup_service (systemd_unit)
home = Path.home()
bb_dir = home / dirname
if bb_dir.exists():
@@ -609,7 +610,6 @@ def create_bb_worker(systemd_unit, dirname, workername, workerpw):
],
check=True,
)
- setup_service (systemd_unit)
def setup_service(systemd_unit):