summaryrefslogtreecommitdiff
blob: e997d3b4000ebd3ce6f6f609861593d18ae318f2 (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/${RC_SVCNAME}/podman.sock"

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