Skip to content

Commit

Permalink
start to create Resource type independent of Component
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonbloom committed Nov 22, 2021
1 parent c034c5f commit 12c79c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/providers/unix/process/resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ func (res *Resource) Create(ctx context.Context, spec string) (iri string, err e
Dir: start.Directory,
Env: env,
Files: files,
Sys: &syscall.SysProcAttr{
// XXX stuff here.
Sys: &syscall.SysProcAttr{
Setsid: true,
},
})
if err != nil {
Expand Down

0 comments on commit 12c79c2

Please sign in to comment.