summaryrefslogtreecommitdiffstats
path: root/abs/core/avahi/avahi.install
blob: 909cf986197e48b6a082d820c8cc89ab252f69c7 (plain)
1
2
3
4
5
6
7
post_install() {
  if ! getent passwd avahi &>/dev/null; then
    groupadd -r -g 84 avahi
    useradd -r -u 84 -g avahi -d / -s /bin/nologin -c avahi avahi
  fi
}