Update README.md
Fixing some list issues.
This commit is contained in:
@@ -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`
|
2. Copy the file to your systemd folder, i.e. `/etc/systemd/system`
|
||||||
3. Enable the service `systemctl enable goTorrent.service`
|
3. Enable the service `systemctl enable goTorrent.service`
|
||||||
4. If using a new user, create that user and assign permissions:
|
4. If using a new user, create that user and assign permissions:
|
||||||
|
|
||||||
a. `useradd goTorrent`
|
a. `useradd goTorrent`
|
||||||
|
|
||||||
b. `sudo chown -R goTorrent:goTorrent /opt/goTorrent`
|
b. `sudo chown -R goTorrent:goTorrent /opt/goTorrent`
|
||||||
|
|
||||||
c. If you want to test server: `su goTorrent` then run the executable
|
c. If you want to test server: `su goTorrent` then run the executable
|
||||||
|
|
||||||
5. Set your `config.toml` file to the values you want.
|
5. Set your `config.toml` file to the values you want.
|
||||||
6. Start your server: `systemctl start goTorrent`
|
6. Start your server: `systemctl start goTorrent`
|
||||||
7. Check for errors: `systemctl status goTorrent`. You can also check `logs\server.log`.
|
7. Check for errors: `systemctl status goTorrent`. You can also check `logs\server.log`.
|
||||||
|
Reference in New Issue
Block a user