]> git.llucax.com Git - z.facultad/75.08/llamadas.git/commitdiff
fix
authorRicardo Markiewicz <gazer.arg@gmail.com>
Sun, 24 Oct 2004 21:15:18 +0000 (21:15 +0000)
committerRicardo Markiewicz <gazer.arg@gmail.com>
Sun, 24 Oct 2004 21:15:18 +0000 (21:15 +0000)
inst/afimonio_daemon.sh

index db8d3ebd9312189c409db2425fd08165b760f853..06831fd63b3376bdb22e716b323f003fa201d917 100755 (executable)
@@ -11,8 +11,10 @@ help () {
 
 case "$1" in
        "start")
-               echo "Iniciando demonio 'afimonio' en modo daemon ..."
+               echo -n "Iniciando demonio 'afimonio' en modo daemon ..."
                nohup "$AFIMONIO_BINDIR/afimonio" & 2>&1 > /dev/null
+               A_PID=`cat "$BASE_DIR/lock/afimonio.pid"`
+               echo " con PID=$A_PID"
        ;;
        "stop")
                if ! is_lock "afimonio" ; then