# Defaults for gitea initscript
# sourced by /etc/init.d/gitea
# installed at /etc/default/gitea by the maintainer scripts as POSIX shell fragment
# those are defaults
# DAEMON_ARGS=" web"; WORKINGDIR=/var/lib/gitea parsed if commented here
# but do not let empty cos will fails

# all the arguments must be put here
DAEMON_ARGS=" web"

# working directory whre assets and git files will be put
WORKINGDIR=/var/lib/gitea/