Skip to content
Snippets Groups Projects
Commit 2eacdc56 authored by Martin Wimpress's avatar Martin Wimpress
Browse files

- Closes FS#40869.

parent 6c697b21
No related branches found
Tags 0.8.15-2
No related merge requests found
......@@ -7,7 +7,7 @@
_pkgstamp=$(date +%s)
pkgname=syncthing
pkgver=0.8.15
pkgrel=1
pkgrel=2
pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
url="http://syncthing.net/"
license=('MIT')
......
......@@ -2,24 +2,16 @@ post_install() {
cat << EOF
WebGUI can be accessed at http://localhost:8080
Execute
Execute the following to reload systemd modules.
systemctl daemon-reload
to reload systemd modules.
To start syncthing, execute:
To start and/or enable syncthing execute the the following,
replacing 'user' with your username.
systemctl start syncthing@user
where 'user' is your username.
To autostart syncthing on system start, execute
systemctl enable syncthing@user
where 'user' is your username.
EOF
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment