[DRE-maint] Bug#738330: bundler: Use /etc/ssl/certs for ssl validation

2014-02-09 Thread Christos Trochalakis
-integration 1.4 ii sudo 1.8.9p4-1 bundler suggests no packages. -- no debconf information From 1a223186cda873de5782769f2cf6b0a1bc314426 Mon Sep 17 00:00:00 2001 From: Christos Trochalakis yati...@ideopolis.gr Date: Sun, 9 Feb 2014 10:44:31 +0200 Subject: [PATCH] Use /etc/ssl

Re: [DRE-maint] unicorn: native systemd service

2015-06-27 Thread Christos Trochalakis
Hello all, I have recently migrated our main ruby application to systemd implementing zero downtime upgrades. systemd doesn't like replacing the binary on the fly. There is one exception to this, services with PIDFile. When PIDFile is set, systemd reads it when the main process exits and

Re: [DRE-maint] unicorn: native systemd service

2015-06-30 Thread Christos Trochalakis
On Sat, Jun 27, 2015 at 03:05:01AM +, Eric Wong wrote: Christos Trochalakis yati...@ideopolis.gr wrote: On Thu, Jun 25, 2015 at 11:26:26PM +, Eric Wong wrote: With socket activation, you should just be able to kill unicorn using SIGQUIT (just master, or even all workers) and restart

Re: [DRE-maint] unicorn: native systemd service

2015-06-26 Thread Christos Trochalakis
On Thu, Jun 25, 2015 at 11:26:26PM +, Eric Wong wrote: +Cc unicorn-public list Christos Trochalakis chris...@skroutz.gr wrote: Hello all, I have recently migrated our main ruby application to systemd implementing zero downtime upgrades. systemd doesn't like replacing the binary on the fly

Re: [DRE-maint] unicorn: native systemd service

2015-07-08 Thread Christos Trochalakis
Christos Trochalakis yati...@ideopolis.gr wrote: On Sat, Jun 27, 2015 at 03:05:01AM +, Eric Wong wrote: Is it possible to make systemd fire up two unicorn masters? That would be a nice feature to have with socket activation. That would be great! I am a bit surprised that specifying multiple