mirror of
https://github.com/SunBK201/UA3F.git
synced 2025-12-17 01:06:13 +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
|
elif id -u nobody >/dev/null 2>&1; then
|
||||||
procd_set_param user nobody
|
procd_set_param user nobody
|
||||||
fi
|
fi
|
||||||
|
procd_set_param group nogroup
|
||||||
|
|
||||||
procd_close_instance
|
procd_close_instance
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user