summarylogtreecommitdiffstats
path: root/syncthing-discosrv.install
diff options
context:
space:
mode:
Diffstat (limited to 'syncthing-discosrv.install')
-rw-r--r--syncthing-discosrv.install3
1 files changed, 3 insertions, 0 deletions
diff --git a/syncthing-discosrv.install b/syncthing-discosrv.install
index 91045c0d1da3..1a2e20b8957b 100644
--- a/syncthing-discosrv.install
+++ b/syncthing-discosrv.install
@@ -10,6 +10,9 @@ post_install() {
# Setup the systemd tmpfiles
systemd-tmpfiles --create syncthing-discosrv.conf
+
+ printf '\n%s\n' 'Syncthing expects an SSL certificate and key located at'
+ printf '%s\n' '/var/discosrv/cert.pem and /var/discosrv/key.pem'
}
post_upgrade() {