taler-deployment

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

commit 5e4161e0da8a2977d393dc573284359766027bec
parent 684ee223c184e3dd579d7724abf2a1b9921ce942
Author: Javier Sepulveda <javier.sepulveda@uv.es>
Date:   Tue, 24 Jan 2023 11:53:20 +0100

Removed: buildbot-worker-wallet.service

Diffstat:
Dsystemd-services/buildbot-worker-wallet.service | 13-------------
1 file changed, 0 insertions(+), 13 deletions(-)

diff --git a/systemd-services/buildbot-worker-wallet.service b/systemd-services/buildbot-worker-wallet.service @@ -1,13 +0,0 @@ -[Unit] -Description=Buildbot worker service for wallet -AssertPathExists=/home/walletbuilder/worker - -[Service] -WorkingDirectory=/home/walletbuilder/ -ExecStart=/usr/bin/buildbot-worker start --nodaemon worker -ExecReload=/usr/bin/buildbot-worker restart --nodaemon worker -ExecStop=/usr/bin/buildbot-worker stop worker -Restart=always - -[Install] -WantedBy=default.target