]> git.pld-linux.org Git - packages/gitlab-runner.git/blame - gitlab-runner.service
rename to gitlab-runner as upstream, version 10.0
[packages/gitlab-runner.git] / gitlab-runner.service
CommitLineData
af21cb3e
ER
1#
2# systemd unit file for CentOS 7, Ubuntu bleeding edge
3#
4[Unit]
8264fff3 5Description=GitLab Runner
af21cb3e
ER
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
8264fff3 16ExecStart=/usr/bin/gitlab-runner run
af21cb3e
ER
17
18# if we crash, restart
19RestartSec=1
20Restart=on-failure
21
22# use syslog for logging
23StandardOutput=syslog
24StandardError=syslog
8264fff3 25SyslogIdentifier=gitlab-runner
af21cb3e
ER
26
27[Install]
28WantedBy=multi-user.target
This page took 0.064637 seconds and 4 git commands to generate.