Skip to content

Commit

Permalink
Merge pull request #8753 from rhatdan/service
Browse files Browse the repository at this point in the history
podman.service should be an exec service not a notify service
  • Loading branch information
openshift-merge-robot authored Dec 16, 2020
2 parents bacb2fc + afb7afe commit 2d36c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/systemd/system/podman.service
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Documentation=man:podman-system-service(1)
StartLimitIntervalSec=0

[Service]
Type=notify
Type=exec
KillMode=process
Environment=LOGGING="--log-level=info"
ExecStart=/usr/bin/podman $LOGGING system service

0 comments on commit 2d36c8b

Please sign in to comment.