summaryrefslogtreecommitdiff
path: root/pcr/discosrv/discosrv.install
diff options
context:
space:
mode:
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
+}