summarylogtreecommitdiffstats
path: root/isso.install
diff options
context:
space:
mode:
Diffstat (limited to 'isso.install')
-rw-r--r--isso.install10
1 files changed, 3 insertions, 7 deletions
diff --git a/isso.install b/isso.install
index 56ab0609b616..386b5b1ee07f 100644
--- a/isso.install
+++ b/isso.install
@@ -1,10 +1,6 @@
post_install() {
- getent group isso &>/dev/null || groupadd -r -g 1337 isso >/dev/null
- getent passwd isso &>/dev/null || useradd -r -u 1337 -g isso -d /var/lib/isso -s /bin/false isso >/dev/null
-}
+ echo "By default the database is located in the temporary location
+/tmp/comments.db and the default interface is http://localhost:8080
-post_remove() {
- getent passwd isso &>/dev/null && userdel isso >/dev/null
- getent group isso &>/dev/null && groupdel isso >/dev/null
- true
+To change this, edit /etc/isso.conf"
}