Skip to content

Commit

Permalink
Adding service controll info. Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mlazarov committed Feb 8, 2016
1 parent 48c20a8 commit 2b4bff4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Syncthing for CentosOS
# Syncthing for CentOS

## RPM Install

Expand Down Expand Up @@ -28,3 +28,11 @@ cd rpmbuild/SPECS/
rpmbuild -bb syncthing.spec
```

### Start syncthing systemd service

```
sudo systemctl start syncthing@<username>
```

You can now access the GUI through this URL:
http://localhost:8080

0 comments on commit 2b4bff4

Please sign in to comment.