podman 324 B

12345678910111213
  1. # Configuration for /etc/init.d/podman
  2. # See podman-system-service(1) for service description
  3. # and available options.
  4. #podman_opts="--time 0"
  5. # API endpoint in URI form. Leave empty to use defaults.
  6. #podman_uri=""
  7. # Setting root user will start rootful service.
  8. # Use any other user for rootless mode.
  9. podman_user="www"