summaryrefslogtreecommitdiff
path: root/gitlab-ci-runner/usr/share/gitlab-install/systemd-units/gitlab-ci-runner.service
blob: 7e7c12b936ec3a1c5c2d3a652fc4c254a657f604 (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=/usr/bin/kill -QUIT $MAINPID
ExecReload=/usr/bin/kill -USR2 $MAINPID
 
[Install]
WantedBy=multi-user.target