mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 12:15:32 +03:00
4 lines
125 B
Bash
4 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
|