]> git.pld-linux.org Git - packages/gitlab-runner.git/blame - gitlab-ci-multi-runner.service
initscript integration
[packages/gitlab-runner.git] / gitlab-ci-multi-runner.service
CommitLineData
af21cb3e
ER
1#
2# systemd unit file for CentOS 7, Ubuntu bleeding edge
3#
4[Unit]
5Description=GitLab CI-Multi Runner
6# start us only once the network and logging subsystems are available
7After=syslog.target network.target
8
9# See these pages for lots of options:
10# http://0pointer.de/public/systemd-man/systemd.service.html
11# http://0pointer.de/public/systemd-man/systemd.exec.html
12[Service]
13Type=simple
98c01f80
ER
14User=gitlab-runner
15Group=gitlab-runner
af21cb3e
ER
16ExecStart=/usr/bin/gitlab-ci-multi-runner run
17
18# if we crash, restart
19RestartSec=1
20Restart=on-failure
21
22# use syslog for logging
23StandardOutput=syslog
24StandardError=syslog
25SyslogIdentifier=gitlab-ci-multi-runner
26
27[Install]
28WantedBy=multi-user.target
This page took 0.052845 seconds and 4 git commands to generate.