summaryrefslogtreecommitdiff
path: root/mason/zuul-server.service
diff options
context:
space:
mode:
Diffstat (limited to 'mason/zuul-server.service')
-rw-r--r--mason/zuul-server.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/mason/zuul-server.service b/mason/zuul-server.service
new file mode 100644
index 00000000..dfc6436f
--- /dev/null
+++ b/mason/zuul-server.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Zuul: CI orchestration and Gatekeeper
+After=mason-setup.service
+
+[Service]
+User=root
+ExecStart=/usr/bin/zuul-server -d -c /etc/zuul.conf -l /etc/zuul-layout.yaml
+
+[Install]
+WantedBy=multi-user.target