]> git.pld-linux.org Git - packages/gitlab-ce.git/commitdiff
no systemctl try-start here (systemd-units-221-11.x86_64) gitlab-ce-8.6.7-0.9
authorElan Ruusamäe <glen@delfi.ee>
Sat, 23 Apr 2016 10:12:40 +0000 (13:12 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 23 Apr 2016 10:12:50 +0000 (13:12 +0300)
gitlab-ce.spec

index 327a401227342945be3eca3eccea4b95f90dbbbc..5bbd33ddf2a36f7aa9d9e8b04cac59c006e62388 100644 (file)
@@ -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
This page took 0.043198 seconds and 4 git commands to generate.