mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 01:13:00 +02:00
package/podman: log any console output from podman to syslog
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
@@ -54,7 +54,7 @@ service_generate()
|
||||
fi
|
||||
|
||||
cat <<EOF | $gen
|
||||
service name:pod :$name podman run --name $name --rm $pmargs $image $cmd $arg -- $description
|
||||
service name:pod :$name log podman run --name $name --rm $pmargs $image $cmd $arg -- $description
|
||||
EOF
|
||||
if [ -n "$enable" ]; then
|
||||
initctl -fb enable "pod-$name"
|
||||
|
||||
Reference in New Issue
Block a user