Skip to content

Instantly share code, notes, and snippets.

@maticrivo
Created September 16, 2015 10:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maticrivo/4624e907e8405f371f89 to your computer and use it in GitHub Desktop.
Save maticrivo/4624e907e8405f371f89 to your computer and use it in GitHub Desktop.
Sickrage auto-start on osmc
git clone https://github.com/echel0n/SickRage.git sickrage
cd sickrage/
sudo cp runscripts/init.systemd /etc/systemd/system/sickrage.service
sudo chmod -x /etc/systemd/system/sickrage.service
sudo vim /etc/systemd/system/sickrage.service
sudo systemctl enable sickrage.service
sudo systemctl start sickrage.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment