enable logging

This commit is contained in:
Manuel Friedli 2015-10-01 22:53:52 +02:00
parent 0d081a0fbf
commit 42e5d5dc93
2 changed files with 2 additions and 1 deletions

View file

@ -10,6 +10,7 @@ depend() {
start() {
ebegin "Starting gitlab-ci-multi-runner"
checkpath -d /var/run
checkpath -f -o @USER@ -m640 "${LOGFILE}"
start-stop-daemon --start -b -u @USER@ --chdir /opt/gitlab-ci-multi-runner --pidfile /var/run/gitlab-ci-multi-runner.pid -1 "${LOGFILE}" -2 "${LOGFILE}" --make-pidfile \
--exec /opt/gitlab-ci-multi-runner/gitlab-ci-multi-runner -- run
eend $?