summarylogtreecommitdiffstats
path: root/sandpolis-server.install
blob: 35b2e4eb75af56e9eec2cfb501303f12a1e9ed19 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
  useradd -M -s /bin/false sandpolis
  chown sandpolis /var/lib/sandpolis-server/db
  chown sandpolis /var/lib/sandpolis-server/gen
}

post_remove() {
  userdel sandpolis
}