From bd6690b159b3a510757e262bee8dafa7e7824f87 Mon Sep 17 00:00:00 2001 From: peerster Date: Sat, 12 Jul 2014 16:34:41 +0200 Subject: [PATCH] layout fix --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 05e3c8d1..4d5a39eb 100644 --- a/README.md +++ b/README.md @@ -41,10 +41,9 @@ Linux: * (Ubuntu / Debian) Change the paths inside the default file `sudo nano /etc/default/couchpotato` * (Ubuntu / Debian) Make it executable `sudo chmod +x /etc/init.d/couchpotato` * (Ubuntu / Debian) Add it to defaults `sudo update-rc.d couchpotato defaults` -Systemd specific: -* To run on boot copy the systemd config `sudo cp CouchPotatoServer/init/couchpotato.fedora.service /etc/systemd/system/couchpotato.service` -* Update the systemd config file with your user and path to CouchPotato.py -* Enable it at boot with `sudo systemctl enable couchpotato` +* (systemd) To run on boot copy the systemd config `sudo cp CouchPotatoServer/init/couchpotato.fedora.service /etc/systemd/system/couchpotato.service` +* (systemd) Update the systemd config file with your user and path to CouchPotato.py +* (systemd) Enable it at boot with `sudo systemctl enable couchpotato` * Open your browser and go to `http://localhost:5050/`