mirror of
https://github.com/containers/podman.git
synced 2025-09-06 22:37:37 +00:00
Merge pull request #8543 from mheon/no_syslog_true
Do not use "true" after "syslog" in exit commands
This commit is contained in:
@@ -388,7 +388,7 @@ func CreateExitCommandArgs(storageConfig storage.StoreOptions, config *config.Co
|
||||
}
|
||||
|
||||
if syslog {
|
||||
command = append(command, "--syslog", "true")
|
||||
command = append(command, "--syslog")
|
||||
}
|
||||
command = append(command, []string{"container", "cleanup"}...)
|
||||
|
||||
|
Reference in New Issue
Block a user