# User to run Lyrion Music Server as.
# Only applicable to platforms that do not use systemd.
# Running the server as a user other than the default squeezeboxserver
# is not recommended.
SLIMUSER=squeezeboxserver

# Additional options for the server.
# For example: SLIMOPTIONS="--d_startup --failsafe --nomysqueezebox"
# Use '/usr/sbin/squeezeboxserver --help' to obtain a full listing.
#
# LMS writes logs to file so '--quiet' is used to suppress logging
# to stdout.
SLIMOPTIONS="--quiet"
