2012-08-28 15:44:46 +00:00
|
|
|
# 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.
|
2013-01-12 00:24:04 +00:00
|
|
|
# You also need to change the datadir to somewhere writable by that user by adding it to the SB_ARGS, e.g. --datadir=/home/$USER/.sickbeard
|
2012-08-28 15:44:46 +00:00
|
|
|
SB_USER="sickbeard"
|
|
|
|
|
|
|
|
# Sick Beard arguments
|
|
|
|
SB_ARGS="--quiet --daemon --config /opt/sickbeard/config.ini"
|
|
|
|
|