diff --git a/contrib/install b/contrib/install index 375a063..860b02f 100755 --- a/contrib/install +++ b/contrib/install @@ -49,7 +49,7 @@ # Install gitbucket as a service that starts when system boots sudo chown root:root $GITBUCKET_SERVICE sudo chmod 755 $GITBUCKET_SERVICE - sudo update-rc.d "$(basename $GITBUCKET_SERVICE)" defaults + sudo update-rc.d "$(basename $GITBUCKET_SERVICE)" defaults 98 02 echo "Starting GitBucket service" sudo $GITBUCKET_SERVICE start elif [ `isMac` ]; then