mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-27 20:31:40 +01:00
6 lines
75 B
Bash
6 lines
75 B
Bash
#!/bin/sh
|
|
|
|
adduser -h /etc/bind -s /bin/false -D named 2>/dev/null
|
|
exit 0
|
|
|