summarylogtreecommitdiffstats
path: root/syncthing-discosrv.install
diff options
context:
space:
mode:
authorKevin MacMartin2016-06-20 19:48:20 -0400
committerKevin MacMartin2016-06-20 19:48:20 -0400
commitb4448b87cf7c3a2b75cac109c8e9dd0460d406fa (patch)
tree92089c07312dd6a1de732efbfbdbd5f36197bb5a /syncthing-discosrv.install
parent85d0c10e3fe800814eb7711507fe0d4a89cfdb55 (diff)
downloadaur-b4448b87cf7c3a2b75cac109c8e9dd0460d406fa.tar.gz
Switch to syncthing repo, update to release version 0.13.7, add epoch to push version above old git version, update gitignore to reflect changes, include AUTHORS list with the LICENSE, add README to a doc folder, update systemd service to reflect changes to initialization, and add a note about where it expects the SSL certificate and key
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() {