summaryrefslogtreecommitdiff
path: root/mason/turbo-hipster.service
diff options
context:
space:
mode:
Diffstat (limited to 'mason/turbo-hipster.service')
-rw-r--r--mason/turbo-hipster.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/mason/turbo-hipster.service b/mason/turbo-hipster.service
new file mode 100644
index 00000000..20cde2ad
--- /dev/null
+++ b/mason/turbo-hipster.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=turbo-hipster: Test runner for Zuul
+After=zuul-server.service
+
+[Service]
+User=root
+ExecStart=/bin/sh -c ". /etc/os.conf && /usr/bin/turbo-hipster -c /etc/turbo-hipster-config.yaml"
+
+[Install]
+WantedBy=multi-user.target