diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2014-01-31 18:09:29 +0100 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2014-01-31 18:09:29 +0100 |
commit | c4afb66c832634b016eb5ec864fd8771c1ef9197 (patch) | |
tree | 5b18c5354b684c3293a5f63aecbf0ab9b737aac6 | |
parent | d24f3e96fd9eb40dcc8578f379bc5f01c0f00458 (diff) | |
download | gitlab-ci-c4afb66c832634b016eb5ec864fd8771c1ef9197.tar.gz |
Remove the `chmod +x` step for the init script
-rw-r--r-- | doc/install/installation.md | 1 | ||||
-rwxr-xr-x[-rw-r--r--] | lib/support/init.d/gitlab_ci | 0 |
2 files changed, 0 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index 3c82579..9ee62b7 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -147,7 +147,6 @@ You can use either MySQL or PostgreSQL. Copy the init script (will be /etc/init.d/gitlab_ci): sudo cp /home/gitlab_ci/gitlab-ci/lib/support/init.d/gitlab_ci /etc/init.d/gitlab_ci - sudo chmod +x /etc/init.d/gitlab_ci Make GitLab start on boot: diff --git a/lib/support/init.d/gitlab_ci b/lib/support/init.d/gitlab_ci index a1e169e..a1e169e 100644..100755 --- a/lib/support/init.d/gitlab_ci +++ b/lib/support/init.d/gitlab_ci |