@ -90,6 +90,14 @@ func main() {
panic(err)
}
pidFile, err := os.Create(o.PidFile)
if err != nil {
if _, err := fmt.Fprintf(pidFile, "%d", process.Pid); err != nil {
_ = process.Release()
return
The note is not visible to the blocked user.