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.install9
1 files changed, 1 insertions, 8 deletions
diff --git a/community/syncthing/syncthing.install b/community/syncthing/syncthing.install
index 3718a4722..ba45691c9 100644
--- a/community/syncthing/syncthing.install
+++ b/community/syncthing/syncthing.install
@@ -1,17 +1,10 @@
post_install() {
cat << EOF
- WebGUI can be accessed at http://localhost:8080
-
- Execute the following to reload systemd modules.
-
- systemctl daemon-reload
-
- To start and/or enable syncthing execute the the following,
+ To start and/or enable syncthing execute the following,
replacing 'user' with your username.
systemctl start syncthing@user
systemctl enable syncthing@user
-
EOF
}