forked from kiss-community/repo
8 lines
181 B
Plaintext
8 lines
181 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
cat <<EOF
|
||
|
A dedicated user and group was created for openntpd when it was installed.
|
||
|
You may be interested in removing them, which you can do so with:
|
||
|
# deluser ntpd
|
||
|
EOF
|