forked from kiss-community/repo
8 lines
181 B
Bash
Executable File
8 lines
181 B
Bash
Executable File
#!/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
|