summaryrefslogtreecommitdiff
path: root/gitlab-ci-runner/usr/share/gitlab-install/systemd-units/gitlab-ci-runner.service
blob: dfc84d96fb47e4293cc6cfa870e8cf061d8eaf5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=GitLab CI Runner
 
[Service]
User=root
WorkingDirectory=/root/gitlab-ci-runner
SyslogIdentifier=gitlab-ci-runner
 
ExecStart=/usr/bin/bundle exec "./bin/runner"
ExecStop=/bin/kill -s QUIT $MAINPID
ExecReload=/bin/kill -s USR2 $MAINPID
 
[Install]
WantedBy=multi-user.target