summaryrefslogtreecommitdiff
blob: 4d63848cb16f51757b81f60b23a9a55c56327828 (plain)
1
2
3
4
5
6
7
8
9
# Config file for /etc/init.d/podman-restart

# Sets the podman log level
# valid levels: debug, info, warn, error, fatal or panic
#LOG_LEVEL="info"

# Configure the user[:group] the podman will run as
# Can be useful to manage rootful or rootless containers
#RUN_AS_USER="root:root"