--- SABnzbd.ini.sample +++ SABnzbd.ini.sample @@ -14,13 +14,13 @@ password = "" ## web file dir for (custom) Cheetah templates and the default.css file - web_dir = "" + web_dir = "/usr/share/SABnzbd-0.2.5/templates/" ## dir to put downloads to, won't be created automatically - download_dir = "" + download_dir = "/var/lib/SABnzbd/download" ## dir to put completed downloads to, won't be created automatically - complete_dir = "" + complete_dir = "/var/lib/SABnzbd/complete" ## If specified, .nzbs fetched by postid (or added by the dirscanner) will ## be backed up to this readable/writeable dir @@ -28,15 +28,15 @@ ## dir to store cache and cookie files, windows users should ## leave this at . - cache_dir = "" + cache_dir = "/var/lib/SABnzbd/cache" ## location of your log directory, "" to disable logging - log_dir = "" + log_dir = "/var/log/SABnzbd" ## dirscan directory ## SABnzbd will consume everything in that dir ## while trying to add it to the queue - dirscan_dir = "" + dirscan_dir = "/var/lib/SABnzbd/dirscan" ## Scheduling options ## Syntax: minute hour day action @@ -129,7 +129,7 @@ cache_limit = 0 ## Umask to use for directories/files - umask = 755 + umask = 775 [logging] ## max size of SABnzbd.log (in bytes)