summaryrefslogtreecommitdiff
path: root/roles/controller/files/controller.service
diff options
context:
space:
mode:
Diffstat (limited to 'roles/controller/files/controller.service')
-rw-r--r--roles/controller/files/controller.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/roles/controller/files/controller.service b/roles/controller/files/controller.service
new file mode 100644
index 0000000..a0a8e5c
--- /dev/null
+++ b/roles/controller/files/controller.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=Controler
+After=network.target
+
+[Service]
+Type=simple
+User=_wmf
+Group=_wmf
+ExecStart=/srv/wmf-ci-arch/api.py controller /etc/wmf_ci_token.pub /etc/wmf_controller_token
+KillSignal=QUIT
+
+[Install]
+WantedBy=multi-user.target