summaryrefslogtreecommitdiff
path: root/systemd-services
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-08-08 15:36:02 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-08-08 15:36:02 +0530
commitc9e1c32ce4842aa70c0eb72e574c5de79c0705f8 (patch)
tree7b0aca76be45d326dfc9c04306616819751d1035 /systemd-services
parent57fb67bee97906e41a2bbf16f51e265b4b0b136e (diff)
downloaddeployment-c9e1c32ce4842aa70c0eb72e574c5de79c0705f8.tar.gz
deployment-c9e1c32ce4842aa70c0eb72e574c5de79c0705f8.tar.bz2
deployment-c9e1c32ce4842aa70c0eb72e574c5de79c0705f8.zip
adjust BB worker location
Diffstat (limited to 'systemd-services')
-rw-r--r--systemd-services/buildbot-master.service6
-rw-r--r--systemd-services/buildbot-worker-auditor.service6
-rw-r--r--systemd-services/buildbot-worker-buildmaster.service6
-rw-r--r--systemd-services/buildbot-worker-checker.service6
-rw-r--r--systemd-services/buildbot-worker-demo-topper.service6
-rw-r--r--systemd-services/buildbot-worker-doc.service6
-rw-r--r--systemd-services/buildbot-worker-lcov.service6
-rw-r--r--systemd-services/buildbot-worker-sites.service6
-rw-r--r--systemd-services/buildbot-worker-taler-healthcheck.service6
-rw-r--r--systemd-services/buildbot-worker-taler.service6
-rw-r--r--systemd-services/buildbot-worker-test-topper.service6
-rw-r--r--systemd-services/buildbot-worker-wallet.service6
12 files changed, 36 insertions, 36 deletions
diff --git a/systemd-services/buildbot-master.service b/systemd-services/buildbot-master.service
index aadb428..60a8508 100644
--- a/systemd-services/buildbot-master.service
+++ b/systemd-services/buildbot-master.service
@@ -4,9 +4,9 @@ AssertPathExists=/home/buildbot-master/master
[Service]
WorkingDirectory=/home/buildbot-master/
-ExecStart=/usr/local/bin/buildbot start --nodaemon master
-ExecReload=/usr/local/bin/buildbot sighup master
-ExecStop=/usr/local/bin/buildbot stop master
+ExecStart=/usr/bin/buildbot start --nodaemon master
+ExecReload=/usr/bin/buildbot sighup master
+ExecStop=/usr/bin/buildbot stop master
Restart=always
[Install]
diff --git a/systemd-services/buildbot-worker-auditor.service b/systemd-services/buildbot-worker-auditor.service
index 8e350e1..44254b4 100644
--- a/systemd-services/buildbot-worker-auditor.service
+++ b/systemd-services/buildbot-worker-auditor.service
@@ -4,9 +4,9 @@ AssertPathExists=%h/worker
[Service]
WorkingDirectory=%h
-ExecStart=/usr/local/bin/buildbot-worker start --nodaemon worker
-ExecReload=/usr/local/bin/buildbot-worker restart --nodaemon worker
-ExecStop=/usr/local/bin/buildbot-worker stop worker
+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]
diff --git a/systemd-services/buildbot-worker-buildmaster.service b/systemd-services/buildbot-worker-buildmaster.service
index 7d66ac2..4a642b6 100644
--- a/systemd-services/buildbot-worker-buildmaster.service
+++ b/systemd-services/buildbot-worker-buildmaster.service
@@ -4,9 +4,9 @@ AssertPathExists=/home/buildbot-master/worker
[Service]
WorkingDirectory=/home/buildbot-master/worker
-ExecStart=/usr/local/bin/buildbot start --nodaemon master
-ExecReload=/usr/local/bin/buildbot sighup master
-ExecStop=/usr/local/bin/buildbot stop master
+ExecStart=/usr/bin/buildbot start --nodaemon master
+ExecReload=/usr/bin/buildbot sighup master
+ExecStop=/usr/bin/buildbot stop master
Restart=always
[Install]
diff --git a/systemd-services/buildbot-worker-checker.service b/systemd-services/buildbot-worker-checker.service
index 80a1e75..b9f0d7d 100644
--- a/systemd-services/buildbot-worker-checker.service
+++ b/systemd-services/buildbot-worker-checker.service
@@ -4,9 +4,9 @@ AssertPathExists=%h/worker
[Service]
WorkingDirectory=%h
-ExecStart=/usr/local/bin/buildbot-worker start --nodaemon worker
-ExecReload=/usr/local/bin/buildbot-worker restart --nodaemon worker
-ExecStop=/usr/local/bin/buildbot-worker stop worker
+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]
diff --git a/systemd-services/buildbot-worker-demo-topper.service b/systemd-services/buildbot-worker-demo-topper.service
index ff3393b..aebb5a0 100644
--- a/systemd-services/buildbot-worker-demo-topper.service
+++ b/systemd-services/buildbot-worker-demo-topper.service
@@ -4,9 +4,9 @@ AssertPathExists=/home/demo-reserve-topper/worker
[Service]
WorkingDirectory=/home/demo-reserve-topper/
-ExecStart=/usr/local/bin/buildbot-worker start --nodaemon worker
-ExecReload=/usr/local/bin/buildbot-worker restart --nodaemon worker
-ExecStop=/usr/local/bin/buildbot-worker stop worker
+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]
diff --git a/systemd-services/buildbot-worker-doc.service b/systemd-services/buildbot-worker-doc.service
index e4f3a33..5de5ca4 100644
--- a/systemd-services/buildbot-worker-doc.service
+++ b/systemd-services/buildbot-worker-doc.service
@@ -4,9 +4,9 @@ AssertPathExists=/home/docbuilder/worker
[Service]
WorkingDirectory=/home/docbuilder/
-ExecStart=/usr/local/bin/buildbot-worker start --nodaemon worker
-ExecReload=/usr/local/bin/buildbot-worker restart --nodaemon worker
-ExecStop=/usr/local/bin/buildbot-worker stop worker
+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]
diff --git a/systemd-services/buildbot-worker-lcov.service b/systemd-services/buildbot-worker-lcov.service
index d182f5f..4aec57f 100644
--- a/systemd-services/buildbot-worker-lcov.service
+++ b/systemd-services/buildbot-worker-lcov.service
@@ -4,9 +4,9 @@ AssertPathExists=/home/lcovworker/worker
[Service]
WorkingDirectory=/home/lcovworker/
-ExecStart=/usr/local/bin/buildbot-worker start --nodaemon worker
-ExecReload=/usr/local/bin/buildbot-worker restart --nodaemon worker
-ExecStop=/usr/local/bin/buildbot-worker stop worker
+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]
diff --git a/systemd-services/buildbot-worker-sites.service b/systemd-services/buildbot-worker-sites.service
index ea8dab0..620cfcd 100644
--- a/systemd-services/buildbot-worker-sites.service
+++ b/systemd-services/buildbot-worker-sites.service
@@ -4,9 +4,9 @@ AssertPathExists=/home/taler-websites/worker
[Service]
WorkingDirectory=/home/taler-websites/
-ExecStart=/usr/local/bin/buildbot-worker start --nodaemon worker
-ExecReload=/usr/local/bin/buildbot-worker restart --nodaemon worker
-ExecStop=/usr/local/bin/buildbot-worker stop worker
+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]
diff --git a/systemd-services/buildbot-worker-taler-healthcheck.service b/systemd-services/buildbot-worker-taler-healthcheck.service
index 00ab298..e91b6c5 100644
--- a/systemd-services/buildbot-worker-taler-healthcheck.service
+++ b/systemd-services/buildbot-worker-taler-healthcheck.service
@@ -4,9 +4,9 @@ AssertPathExists=%h/worker
[Service]
WorkingDirectory=%h
-ExecStart=/usr/local/bin/buildbot-worker start --nodaemon worker
-ExecReload=/usr/local/bin/buildbot-worker restart --nodaemon worker
-ExecStop=/usr/local/bin/buildbot-worker stop worker
+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]
diff --git a/systemd-services/buildbot-worker-taler.service b/systemd-services/buildbot-worker-taler.service
index b16b99a..07cf2f1 100644
--- a/systemd-services/buildbot-worker-taler.service
+++ b/systemd-services/buildbot-worker-taler.service
@@ -4,9 +4,9 @@ AssertPathExists=%h/bb-worker
[Service]
WorkingDirectory=%h
-ExecStart=/usr/local/bin/buildbot-worker start --nodaemon bb-worker
-ExecReload=/usr/local/bin/buildbot-worker restart --nodaemon bb-worker
-ExecStop=/usr/local/bin/buildbot-worker stop bb-worker
+ExecStart=/usr/bin/buildbot-worker start --nodaemon bb-worker
+ExecReload=/usr/bin/buildbot-worker restart --nodaemon bb-worker
+ExecStop=/usr/bin/buildbot-worker stop bb-worker
Restart=always
[Install]
diff --git a/systemd-services/buildbot-worker-test-topper.service b/systemd-services/buildbot-worker-test-topper.service
index e45823c..e54aacc 100644
--- a/systemd-services/buildbot-worker-test-topper.service
+++ b/systemd-services/buildbot-worker-test-topper.service
@@ -4,9 +4,9 @@ AssertPathExists=/home/test-reserve-topper/worker
[Service]
WorkingDirectory=/home/test-reserve-topper/
-ExecStart=/usr/local/bin/buildbot-worker start --nodaemon worker
-ExecReload=/usr/local/bin/buildbot-worker restart --nodaemon worker
-ExecStop=/usr/local/bin/buildbot-worker stop worker
+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]
diff --git a/systemd-services/buildbot-worker-wallet.service b/systemd-services/buildbot-worker-wallet.service
index f86b349..8cd9647 100644
--- a/systemd-services/buildbot-worker-wallet.service
+++ b/systemd-services/buildbot-worker-wallet.service
@@ -4,9 +4,9 @@ AssertPathExists=/home/walletbuilder/worker
[Service]
WorkingDirectory=/home/walletbuilder/
-ExecStart=/usr/local/bin/buildbot-worker start --nodaemon worker
-ExecReload=/usr/local/bin/buildbot-worker restart --nodaemon worker
-ExecStop=/usr/local/bin/buildbot-worker stop worker
+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]