aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/outcome/spcontainer.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/outcome/spcontainer.go')
-rw-r--r--internal/outcome/spcontainer.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/internal/outcome/spcontainer.go b/internal/outcome/spcontainer.go
index 28697b41..768e6bc5 100644
--- a/internal/outcome/spcontainer.go
+++ b/internal/outcome/spcontainer.go
@@ -382,6 +382,10 @@ func (p opsAdapter) Link(target *check.Absolute, linkName string, dereference bo
return opsAdapter{p.Ops.Link(target, linkName, dereference)}
}
+func (p opsAdapter) Daemon(target, path *check.Absolute, args ...string) hst.Ops {
+ return opsAdapter{p.Ops.Daemon(target, path, args...)}
+}
+
func (p opsAdapter) Root(host *check.Absolute, flags int) hst.Ops {
return opsAdapter{p.Ops.Root(host, flags)}
}