We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89f5e15 commit ba75640Copy full SHA for ba75640
main.go
@@ -17,7 +17,7 @@ func main() {
17
// TODO: add daemon feature to test systemd on nix
18
if len(os.Args) == 2 && os.Args[1] == "daemon" {
19
fmt.Printf("daemon mode..... version=%s\n", Version)
20
- time.Sleep(40 * time.Minute)
+ time.Sleep(50 * time.Minute)
21
os.Exit(0)
22
}
23
0 commit comments