repo/extra/openntpd/pre-remove
2024-01-02 15:38:59 +00:00

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