mirror of
https://github.com/SunBK201/UA3F.git
synced 2025-12-16 16:57:08 +00:00
fix: ensure group is set to nogroup in start_service function
This commit is contained in:
parent
6729e6de6d
commit
8e3b24140e
@ -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