diff options
Diffstat (limited to 'internal/app/spdbus.go')
| -rw-r--r-- | internal/app/spdbus.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/app/spdbus.go b/internal/app/spdbus.go index c2c1fefe..429674d0 100644 --- a/internal/app/spdbus.go +++ b/internal/app/spdbus.go @@ -12,6 +12,7 @@ import ( func init() { gob.Register(new(spDBusOp)) } // spDBusOp maintains an xdg-dbus-proxy instance for the container. +// Runs after spRuntimeOp. type spDBusOp struct { // Whether to bind the system bus socket. Populated during toSystem. ProxySystem bool |
