fix: remove unnecessary user check for 'nobody' in start_service function

This commit is contained in:
SunBK201 2025-10-26 22:56:09 +08:00
parent 8e3b24140e
commit 4241c2b0e3

View File

@ -49,8 +49,6 @@ start_service() {
procd_set_param user shellclash
elif id -u shellcrash >/dev/null 2>&1; then
procd_set_param user shellcrash
elif id -u nobody >/dev/null 2>&1; then
procd_set_param user nobody
fi
procd_set_param group nogroup