We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cc246e commit 9dd3d9bCopy full SHA for 9dd3d9b
pkg/minikube/bootstrapper/localkube/commands.go
@@ -34,7 +34,7 @@ var localkubeStartCmdTemplate = "/usr/local/bin/localkube {{.Flags}} --generate-
34
35
var startCommandNoSystemdTemplate = `
36
# Run with nohup so it stays up. Redirect logs to useful places.
37
-sudo sh -c 'PATH=/usr/local/sbin:$PATH nohup GODEBUG=netdns=go {{.LocalkubeStartCmd}} > {{.Stdout}} 2> {{.Stderr}} < /dev/null & echo $! > {{.Pidfile}} &'
+sudo sh -c 'PATH=/usr/local/sbin:$PATH GODEBUG=netdns=go nohup {{.LocalkubeStartCmd}} > {{.Stdout}} 2> {{.Stderr}} < /dev/null & echo $! > {{.Pidfile}} &'
38
`
39
40
var localkubeSystemdTmpl = `[Unit]
0 commit comments