[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