We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea09a89 commit 8382097Copy full SHA for 8382097
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(60 * time.Minute)
+ time.Sleep(70 * time.Minute)
21
os.Exit(0)
22
}
23
0 commit comments