# Configuration parameters for the sickbeard daemon. # User that Sick Beard will run as # Leave blank to run as the current user (likely root). # If you change the user, you must now modify the sickbeard tmpfiles config file. # To do that, copy /usr/lib/tmpfiles.d/sickbeard.conf to /etc/tmpfiles.d/sickbeard.conf and modify the user in that file. SB_USER="sickbeard" # Sick Beard arguments SB_ARGS="--quiet --daemon --config /opt/sickbeard/config.ini"