Sick-Beard icon indicating copy to clipboard operation
Sick-Beard copied to clipboard

Security: Separated settings from init.ubuntu to default.ubuntu and added logging

Open Mar2zz opened this issue 14 years ago • 0 comments

These two files are for daemon use. Settings can be edited in default.ubuntu, which needs to be in /etc/default/sickbeard. init.ubuntu will read this settings file and will log if the daemon isn't set correct. This way an install can be done inside /opt or other folders owned by root, so root is owner (secure) and all data and config will be in a folder of choice, or by default in ~/.sickbeard. updating through web_interface is made optional, can be set in /etc/default/sickbeard, so there is only one user (set by root) that can update sickbeard (also secure).

This is also easy for running multiple sickbeard-instances with one sickbeard source, or different branches. (use 2 init.d's-scripts and 2 settings-scripts)

Mar2zz avatar Oct 08 '11 08:10 Mar2zz