summaryrefslogtreecommitdiff
path: root/roles/controller/files/controller.service
blob: a0a8e5c63f948d4266eeec83c8268edd2effb0b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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