remove init.d check from gitlab:check to support systems that dont use init scipts
Created by: billyburly
The command bundle exec rake gitlab:check RAILS_ENV=production
checks for the prescense of the gitlab init.d script. Some distros do not use init scripts (systemd or alternate init systems). While it can be ignored, it causes the check to fail. Could you please remove it so I do not have to have the init script unnecessarily on my system. The only way to get the check to run to completion is to have the init script.