diff options
author | Jakob Unterwurzacher | 2015-11-01 15:21:34 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2015-11-01 15:21:34 +0100 |
commit | c272e3042fd80e0ee1c7bed6e2482ed444f86412 (patch) | |
tree | 0a6c5daab90505152039c61059b0a941e35610c8 /sendusr1.go | |
parent | 2394d644e8d976c4ccdaf8b1b9fbc27513df04ae (diff) |
Fix daemonization regression
Commit af923d2d16e0eedc7d2c203e28a42b6af49a51f5 broke daemonization.
Revert the change but get rid of the warning message when running
in the foreground.
Diffstat (limited to 'sendusr1.go')
-rw-r--r-- | sendusr1.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sendusr1.go b/sendusr1.go index b95e8db..eab7d11 100644 --- a/sendusr1.go +++ b/sendusr1.go @@ -34,7 +34,5 @@ func sendUsr1() { if err != nil { fmt.Printf("sendUsr1: Signal: %v\n", err) } - } else { - fmt.Printf("Not running under the gocryptfs wrapper - will not daemonize\n") } } |