Created
September 16, 2015 10:24
-
-
Save maticrivo/4624e907e8405f371f89 to your computer and use it in GitHub Desktop.
Sickrage auto-start on osmc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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