#!/bin/sh
addgroup -S lldpd 2>/dev/null
adduser -S -D -h /run/lldpd -s /bin/false -G lldpd -g lldpd lldpd 2>/dev/null
exit 0
