mirror of
https://github.com/containers/podman.git
synced 2025-11-04 00:50:15 +08:00
vendor: update containers/common
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
4
vendor/github.com/containers/common/pkg/config/nosystemd.go
generated
vendored
4
vendor/github.com/containers/common/pkg/config/nosystemd.go
generated
vendored
@ -22,3 +22,7 @@ func defaultLogDriver() string {
|
||||
func useSystemd() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
func useJournald() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user