about summary refs log tree commit homepage
path: root/examples/init.sh
diff options
context:
space:
mode:
Diffstat (limited to 'examples/init.sh')
-rw-r--r--examples/init.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/init.sh b/examples/init.sh
index aa6463b..e483976 100644
--- a/examples/init.sh
+++ b/examples/init.sh
@@ -48,8 +48,11 @@ upgrade)
         echo >&2 "Couldn't upgrade, starting '$CMD' instead"
         $CMD
         ;;
+reopen-logs)
+        sig USR1
+        ;;
 *)
-        echo >&2 "Usage: $0 <start|stop|restart|upgrade|force-stop>"
+        echo >&2 "Usage: $0 <start|stop|restart|upgrade|force-stop|reopen-logs>"
         exit 1
         ;;
 esac