summarylogtreecommitdiffstats
path: root/iguanair.install
blob: cbbb5198c13460195ca1cfbef8f9d3a09c9ea547 (plain)
1
2
3
4
5
post_install () {
  getent group iguanair >/dev/null || groupadd --system iguanair
  getent passwd iguanair >/dev/null || \
      useradd --system -c "iguana ir user" -g iguanair -s /bin/false iguanair
}