summarylogtreecommitdiffstats
path: root/sandpolis-server.install
diff options
context:
space:
mode:
Diffstat (limited to 'sandpolis-server.install')
-rw-r--r--sandpolis-server.install2
1 files changed, 2 insertions, 0 deletions
diff --git a/sandpolis-server.install b/sandpolis-server.install
index 35b2e4eb75af..57cbe68f458b 100644
--- a/sandpolis-server.install
+++ b/sandpolis-server.install
@@ -2,6 +2,8 @@ post_install() {
useradd -M -s /bin/false sandpolis
chown sandpolis /var/lib/sandpolis-server/db
chown sandpolis /var/lib/sandpolis-server/gen
+ chown sandpolis /var/log/sandpolis-server
+ chown -R sandpolis /usr/share/java/sandpolis-server
}
post_remove() {