summaryrefslogtreecommitdiff
path: root/pcr/discosrv/discosrv.install
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-12-27 15:31:12 -0300
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-12-27 15:31:12 -0300
commitc01746a7e37c4b32614f76bb559225eebf43bfba (patch)
tree5f8dea61f2d01442bfe907f74b2ade9a9d0c6864 /pcr/discosrv/discosrv.install
parentfdc76cbb11a88e25a37a006550ffd3186e6238e4 (diff)
downloadabslibre-c01746a7e37c4b32614f76bb559225eebf43bfba.tar.gz
abslibre-c01746a7e37c4b32614f76bb559225eebf43bfba.tar.bz2
abslibre-c01746a7e37c4b32614f76bb559225eebf43bfba.zip
discosrv is the discovery server for syncthing
Diffstat (limited to 'pcr/discosrv/discosrv.install')
-rw-r--r--pcr/discosrv/discosrv.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/pcr/discosrv/discosrv.install b/pcr/discosrv/discosrv.install
new file mode 100644
index 000000000..1251cae15
--- /dev/null
+++ b/pcr/discosrv/discosrv.install
@@ -0,0 +1,6 @@
+post_install() {
+cat << EOF
+ If you find trouble starting discosrv, try running \`chown -R
+ nobody:nobody /var/discosrv\` after first start.
+EOF
+}