#!/bin/sh
exec 2>&1

[ -r ./conf ] && . ./conf
exec podman --log-level info system service ${OPTS:---time=0} 2>&1
