don't timestamp lines which allready have timestamp at beginning
[cloudstore.git] / init.d / s1-seeder
index 7d05dcb..aa99b26 100755 (executable)
@@ -24,4 +24,6 @@ if [ "$1" = "start" ] ; then
 
 elif [ "$1" = "stop" ] ; then
        kill `cat /tmp/$NAME.pid`
+elif [ "$1" = "reload" ] ; then
+       kill -HUP `cat /tmp/$NAME.pid`
 fi