summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJakob Unterwurzacher2015-10-11 18:01:47 +0200
committerJakob Unterwurzacher2015-10-11 18:01:47 +0200
commit39183bea00f0d064f0cb96427dff150799d1dbe5 (patch)
tree364143fefb51130b0d21a94445bd9042f392e9d5 /main.go
parent5dc7e44aa2cb6527b0e2f4e7108c8cbd7c2a72c1 (diff)
Rename sendSig to sendUsr1
This matches waitForUsr1 in daemonize()
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 912ff72..89f3723 100644
--- a/main.go
+++ b/main.go
@@ -184,7 +184,7 @@ func main() {
fmt.Println("Filesystem ready.")
// Send notification to our parent
- sendSig()
+ sendUsr1()
// Jump into server loop
srv.Serve()
}