diff options
author | Jakob Unterwurzacher | 2015-10-11 18:01:47 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2015-10-11 18:01:47 +0200 |
commit | 39183bea00f0d064f0cb96427dff150799d1dbe5 (patch) | |
tree | 364143fefb51130b0d21a94445bd9042f392e9d5 /main.go | |
parent | 5dc7e44aa2cb6527b0e2f4e7108c8cbd7c2a72c1 (diff) |
Rename sendSig to sendUsr1
This matches waitForUsr1 in daemonize()
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -184,7 +184,7 @@ func main() { fmt.Println("Filesystem ready.") // Send notification to our parent - sendSig() + sendUsr1() // Jump into server loop srv.Serve() } |