diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-10-18 16:06:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-18 16:06:44 +0200 |
commit | f0da9cfc26158098c2f63dbba7fe33fd4af800aa (patch) | |
tree | e530e48c9532cda38049881b1699a3b57228fe54 /pkg/rootless/rootless_unsupported.go | |
parent | 123e034892a2687320c3cf483bd8c617b329c94f (diff) | |
parent | f400e852c7d1704ed42b11682e1804fb17739f6f (diff) | |
download | podman-f0da9cfc26158098c2f63dbba7fe33fd4af800aa.tar.gz podman-f0da9cfc26158098c2f63dbba7fe33fd4af800aa.tar.bz2 podman-f0da9cfc26158098c2f63dbba7fe33fd4af800aa.zip |
Merge pull request #4269 from giuseppe/do-not-set-lingering-mode-by-default
rootless: do not enable lingering mode
Diffstat (limited to 'pkg/rootless/rootless_unsupported.go')
-rw-r--r-- | pkg/rootless/rootless_unsupported.go | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/pkg/rootless/rootless_unsupported.go b/pkg/rootless/rootless_unsupported.go index ce488f364..1499b737f 100644 --- a/pkg/rootless/rootless_unsupported.go +++ b/pkg/rootless/rootless_unsupported.go @@ -37,12 +37,6 @@ func GetRootlessGID() int { return -1 } -// EnableLinger configures the system to not kill the user processes once the session -// terminates -func EnableLinger() (string, error) { - return "", nil -} - // TryJoinFromFilePaths attempts to join the namespaces of the pid files in paths. // This is useful when there are already running containers and we // don't have a pause process yet. We can use the paths to the conmon |