summaryrefslogtreecommitdiff
path: root/bin/taler-deployment
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-02-23 13:38:05 +0100
committerChristian Grothoff <christian@grothoff.org>2020-02-23 13:38:05 +0100
commit5cfd3d862aaaed753c8451a05f474745f34f72ba (patch)
treecd1ee951fd5c87b58abd66972d01c5981daa5dd7 /bin/taler-deployment
parent7dacf67f5bde548220265fd70650be425c4e4ee0 (diff)
downloaddeployment-5cfd3d862aaaed753c8451a05f474745f34f72ba.tar.gz
deployment-5cfd3d862aaaed753c8451a05f474745f34f72ba.tar.bz2
deployment-5cfd3d862aaaed753c8451a05f474745f34f72ba.zip
setup systemd service even if bb worker exists
Diffstat (limited to 'bin/taler-deployment')
-rwxr-xr-xbin/taler-deployment2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/taler-deployment b/bin/taler-deployment
index ff0be67..45087d0 100755
--- 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):