summarylogtreecommitdiffstats
path: root/sandpolis-server.install
blob: 57cbe68f458b85d67ddc450b4f8d632eecc87eb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
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() {
  userdel sandpolis
}