@@ -48,3 +48,9 @@ func stopDaemon() error {
os.Remove(getPidFile())
return nil
}
func stopSelf() {
pid := os.Getpid()
_ = exec.Command("kill", strconv.Itoa(pid)).Run()
The note is not visible to the blocked user.