# Config file for /etc/init.d/aptly

# Various options.
# run `aptly help serve` for valid cmdline options
OPTS="-listen='127.0.0.1:8080' -config=/etc/aptly/aptly.conf"

# User and group daemon runs as
APTLY_USER="aptly"
APTLY_GROUP="aptly"
