diff --git a/debian/changelog b/debian/changelog index d33d103837..b56ac6ddce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,11 @@ gitlab (8.4.3+dfsg-2) UNRELEASED; urgency=medium - [ Balasankar C] - * Add email configuration via sendmail method + [ Balasankar C ] + * Add email configuration via sendmail method + + [ Pirate Praveen ] + * Download certificates via letsencrypt + * Check /proc/1/cmdline for systemd (Closes: #814413) -- Pirate Praveen Wed, 10 Feb 2016 23:23:18 +0530 diff --git a/debian/rake-tasks.sh b/debian/rake-tasks.sh index 5b13b731dd..ebf1b1dd0c 100755 --- a/debian/rake-tasks.sh +++ b/debian/rake-tasks.sh @@ -12,7 +12,7 @@ echo "Precompiling assets..." su ${gitlab_user} -s /bin/sh -c 'bundle exec rake assets:precompile RAILS_ENV=production' # Start gitlab -if grep systemd /proc/cmdline +if grep systemd /proc/1/cmdline then systemctl start gitlab.target else