[Calypso] [PATCH 1/4] Use daemon mode

Guido Günther agx at sigxcpu.org
Tue Apr 1 00:20:18 PDT 2014


otherwise the init script will just block
---
 calypso-init | 1 +
 1 file changed, 1 insertion(+)

diff --git a/calypso-init b/calypso-init
index 5a1728a..a208a4e 100755
--- a/calypso-init
+++ b/calypso-init
@@ -20,6 +20,7 @@ NAME=calypso
 DAEMON=/usr/sbin/$NAME
 PIDFILE=/var/run/$NAME.pid
 SCRIPTNAME=/etc/init.d/$NAME
+CALYPSO_OPTS="-d"
 
 # Exit if the package is not installed
 [ -x "$DAEMON" ] || exit 0
-- 
1.9.0



More information about the Calypso mailing list