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

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

# Sets the API service daemon socket
#SOCKET="unix:///run/podman/podman.sock"

# Configure the user[:group] the API service daemon will run as
#RUN_AS_USER="root:root"