mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 02:15:43 +03:00
Fixed function comment
This commit is contained in:
@@ -162,7 +162,7 @@ func (e *LinuxExecutor) Start() error {
|
||||
return e.spawnDaemon()
|
||||
}
|
||||
|
||||
// spawnCgroup executes a double fork to start the user command with proper
|
||||
// spawnDaemon executes a double fork to start the user command with proper
|
||||
// isolation. Stores the child process for use in Wait.
|
||||
func (e *LinuxExecutor) spawnDaemon() error {
|
||||
bin, err := discover.NomadExecutable()
|
||||
|
||||
Reference in New Issue
Block a user