summarylogtreecommitdiffstats
path: root/install
blob: d9825e0f0ece1d2e26109300efc8cd90f327c3d2 (plain)
1
2
3
4
5
6
post_install() {
  if ! getent passwd stubby &>/dev/null; then
    groupadd -r stubby
    useradd -r -g stubby -d / -s /bin/nologin -c stubby stubby
  fi
}