summaryrefslogtreecommitdiff
path: root/avahi/pre-install
blob: 89e577220ea689950c5a45bcc22e1c4403b15c48 (plain)
    1 #!/bin/sh
    2 getent group avahi > /dev/null 2>&1 || groupadd avahi
    3 getent passwd avahi > /dev/null 2>&1 || useradd -c 'avahi system user' -g avahi -d /var/run/avahi -s /bin/false avahi
    4 passwd -l avahi > /dev/null

Generated by cgit