aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lldpd/lldpd.post-install
blob: 06c2abb04e233756f903da4ebf1047fb8e4b609c (plain)
1
2
3
4
#!/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