From b885eef8a5016fcb9d61185aa8354aa9e2118e2f Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Fri, 22 Jan 2021 13:50:43 +0300 Subject: [PATCH] daemontools HUP example --- gocheese.texi | 1 + 1 file changed, 1 insertion(+) diff --git a/gocheese.texi b/gocheese.texi index b5de99e..e52441d 100644 --- a/gocheese.texi +++ b/gocheese.texi @@ -179,6 +179,7 @@ You can refresh passwords by sending @code{SIGHUP} signal to the working daemon: @example $ pkill -HUP gocheese $ kill -HUP `pidof gocheese` +$ svc -h /var/service/gocheese @end example Before refreshing it's recommended to check @option{-passwd} file with -- 2.44.0