From 8111858d8dc0cab93d36ef416c5bfa0a297a8078 Mon Sep 17 00:00:00 2001 From: deranjer Date: Sun, 21 Jan 2018 11:50:31 -0500 Subject: [PATCH] Update README.md Fixing some list issues. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 19374b42..a4f215fd 100644 --- a/README.md +++ b/README.md @@ -137,9 +137,13 @@ If you are on a linux system that uses systemd, in the `dist-specific-files\Linu 2. Copy the file to your systemd folder, i.e. `/etc/systemd/system` 3. Enable the service `systemctl enable goTorrent.service` 4. If using a new user, create that user and assign permissions: + a. `useradd goTorrent` + b. `sudo chown -R goTorrent:goTorrent /opt/goTorrent` + c. If you want to test server: `su goTorrent` then run the executable + 5. Set your `config.toml` file to the values you want. 6. Start your server: `systemctl start goTorrent` 7. Check for errors: `systemctl status goTorrent`. You can also check `logs\server.log`.