From 037664ba7197afe1a0fb5618242e9e2e59d5ebd4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sat, 23 Apr 2016 13:12:40 +0300 Subject: [PATCH] no systemctl try-start here (systemd-units-221-11.x86_64) --- gitlab-ce.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gitlab-ce.spec b/gitlab-ce.spec index 327a401..5bbd33d 100644 --- a/gitlab-ce.spec +++ b/gitlab-ce.spec @@ -17,7 +17,7 @@ Summary: A Web interface to create projects and repositories, manage access and do code reviews Name: gitlab-ce Version: 8.6.7 -Release: 0.8 +Release: 0.9 License: MIT Group: Applications/WWW # md5 deliberately omitted until this package is useful @@ -190,8 +190,8 @@ if [ $1 -eq 1 ]; then echo "Then run 'sudo -u gitlab bundle exec rake gitlab:setup RAILS_ENV=production'" echo else - systemctl -q try-restart gitlab-unicorn - systemctl -q try-start gitlab-sidekiq + systemctl -q try-restart gitlab-unicorn || : + systemctl -q try-start gitlab-sidekiq || : fi %postun -- 2.44.0