diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/hello/Containerfile (renamed from contrib/helloimage/Containerfile) | 0 | ||||
-rw-r--r-- | contrib/hello/README.md (renamed from contrib/helloimage/README.md) | 0 | ||||
-rw-r--r-- | contrib/hello/podman_hello_world.c (renamed from contrib/helloimage/podman_hello_world.c) | 0 | ||||
-rw-r--r-- | contrib/systemd/system/podman.service.in | 1 |
4 files changed, 1 insertions, 0 deletions
diff --git a/contrib/helloimage/Containerfile b/contrib/hello/Containerfile index 0cbf6d9a0..0cbf6d9a0 100644 --- a/contrib/helloimage/Containerfile +++ b/contrib/hello/Containerfile diff --git a/contrib/helloimage/README.md b/contrib/hello/README.md index 528466f7b..528466f7b 100644 --- a/contrib/helloimage/README.md +++ b/contrib/hello/README.md diff --git a/contrib/helloimage/podman_hello_world.c b/contrib/hello/podman_hello_world.c index ee574130d..ee574130d 100644 --- a/contrib/helloimage/podman_hello_world.c +++ b/contrib/hello/podman_hello_world.c diff --git a/contrib/systemd/system/podman.service.in b/contrib/systemd/system/podman.service.in index 9a7e04fd4..c1a5952b5 100644 --- a/contrib/systemd/system/podman.service.in +++ b/contrib/systemd/system/podman.service.in @@ -6,6 +6,7 @@ Documentation=man:podman-system-service(1) StartLimitIntervalSec=0 [Service] +Delegate=true Type=exec KillMode=process Environment=LOGGING="--log-level=info" |