summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/zuul-executor.service3
-rw-r--r--etc/zuul-scheduler.service3
-rw-r--r--etc/zuul-web.service3
3 files changed, 3 insertions, 6 deletions
diff --git a/etc/zuul-executor.service b/etc/zuul-executor.service
index d9fbdebe0..e558e1122 100644
--- a/etc/zuul-executor.service
+++ b/etc/zuul-executor.service
@@ -3,13 +3,12 @@ Description=Zuul Executor Service
After=syslog.target network.target
[Service]
-Type=forking
+Type=simple
Group=zuul
User=zuul
RuntimeDirectory=zuul
ExecStart=/usr/local/bin/zuul-executor
ExecStop=/usr/local/bin/zuul-executor stop
-PIDFile=/var/run/zuul/executor.pid
[Install]
WantedBy=multi-user.target
diff --git a/etc/zuul-scheduler.service b/etc/zuul-scheduler.service
index 826826fa1..0213daa27 100644
--- a/etc/zuul-scheduler.service
+++ b/etc/zuul-scheduler.service
@@ -3,13 +3,12 @@ Description=Zuul Scheduler Service
After=syslog.target network.target
[Service]
-Type=forking
+Type=simple
Group=zuul
User=zuul
RuntimeDirectory=zuul
ExecStart=/usr/local/bin/zuul-scheduler
ExecStop=/usr/local/bin/zuul-scheduler stop
-PIDFile=/var/run/zuul/scheduler.pid
[Install]
WantedBy=multi-user.target
diff --git a/etc/zuul-web.service b/etc/zuul-web.service
index 20594e30f..85bca51af 100644
--- a/etc/zuul-web.service
+++ b/etc/zuul-web.service
@@ -3,13 +3,12 @@ Description=Zuul Web Service
After=syslog.target network.target
[Service]
-Type=forking
+Type=simple
Group=zuul
User=zuul
RuntimeDirectory=zuul
ExecStart=/usr/local/bin/zuul-web
ExecStop=/usr/local/bin/zuul-web stop
-PIDFile=/var/run/zuul/web.pid
[Install]
WantedBy=multi-user.target