aports/testing/lldpd/lldpd.post-install
2017-08-25 07:50:41 +00:00

5 lines
125 B
Bash

#!/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