[neon/infrastructure/pangea-gemstash] /: puma >= 5 has no daemonize option anymore

Carlos De Maine null at kde.org
Tue Sep 12 06:54:01 BST 2023


Git commit 9f6d684ca48f45bf9a68bfdf49282b5635e9202c by Carlos De Maine.
Committed on 12/09/2023 at 07:54.
Pushed by carlosdem into branch 'master'.

puma >= 5 has no daemonize option anymore

M  +2    -2    start.sh

https://invent.kde.org/neon/infrastructure/pangea-gemstash/-/commit/9f6d684ca48f45bf9a68bfdf49282b5635e9202c

diff --git a/start.sh b/start.sh
index 8b40983..bb559e5 100755
--- a/start.sh
+++ b/start.sh
@@ -60,8 +60,8 @@ fi
 
 # install, configure and start gemstash
 gem install gemstash
-#gemstash start --no-daemonize
-gemstash start --config-file /home/gemstash/.gemstash/config.yaml
+# puma >= 5 has no daemonize option anymore
+gemstash start --no-daemonize --config-file /home/gemstash/.gemstash/config.yaml
 #bundle install
 #bundle update --bundler
 


More information about the Neon-commits mailing list