Sickgear
SickGear is Sick-Beard evolved. Automate your TV enjoyment with innovation, proven stability and reliability.
Initial Setup
Installing SickGear is easy. Simply issue the following command from SSH:
sudo box install sickgear
This command will install and configure SickGear for your user.
How to Access
After installation, you can access SickGear at the url: https://<yourhostname.ltd>/sickgear
Service Management
The systemd service file resides at:
/etc/systemd/system/sickgear.service
- Status
- Start
- Stop
- Restart
- Enable
- Disable
sudo systemctl status sickgear
sudo systemctl start sickgear
sudo systemctl stop sickgear
sudo systemctl restart sickgear
sudo systemctl enable sickgear
sudo systemctl disable sickgear