summaryrefslogtreecommitdiff
path: root/community/syncthing/syncthing.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/syncthing/syncthing.install')
-rw-r--r--community/syncthing/syncthing.install14
1 files changed, 3 insertions, 11 deletions
diff --git a/community/syncthing/syncthing.install b/community/syncthing/syncthing.install
index e400b9ba7..3718a4722 100644
--- a/community/syncthing/syncthing.install
+++ b/community/syncthing/syncthing.install
@@ -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
}