mirror of
https://github.com/SunBK201/UA3F.git
synced 2025-12-16 08:44:29 +00:00
fix: ensure group is set to nogroup in start_service function
This commit is contained in:
parent
48e24743af
commit
985c62b189
@ -52,6 +52,7 @@ start_service() {
|
||||
elif id -u nobody >/dev/null 2>&1; then
|
||||
procd_set_param user nobody
|
||||
fi
|
||||
procd_set_param group nogroup
|
||||
|
||||
procd_close_instance
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user