]> git.pld-linux.org Git - packages/resin-cmp.git/commitdiff
- restart command uses resin's restart parameter
authorbonkey <bonkey@bonkey.pl.eu.org>
Sat, 15 Sep 2001 09:56:27 +0000 (09:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    resin-cmp.init -> 1.3

resin-cmp.init

index c90dbf9d38dff3d34aaa410622e8bb2ebf26fe28..1082775c2f1149b20aa4909dfb7daabd35521e49 100755 (executable)
@@ -56,8 +56,9 @@ case "$1" in
    fi   
    ;;
   restart)
-   $0 stop
-   $0 start
+      /usr/share/resin/bin/resin \
+         -conf $CONF -stdout $STDOUT -stderr $STDERR -pid $PID restart \
+         > /dev/null 2> /dev/null
    ;;
   status)
    status resin
This page took 0.122713 seconds and 4 git commands to generate.