From 7b1c595b198e8686cf7e7aa9e8bc4bb4c4487943 Mon Sep 17 00:00:00 2001 From: Praveen Arimbrathodiyil Date: Fri, 12 Feb 2016 00:16:44 +0530 Subject: [PATCH] fix systemd check --- debian/changelog | 8 ++++++-- debian/rake-tasks.sh | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) 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