mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 06:51:51 +08:00
a7fa5af5c2
- Add UCI configuration to be able to switch user/group and set ulimit. - Place daemon into jail by default, to allow bind on lower ports, such as 554 (RTSP) - Add option to allow or deny config.yaml editing from the web interface. - Connect stdout/err to log Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
7 lines
147 B
Plaintext
7 lines
147 B
Plaintext
config daemon 'daemon'
|
|
option disable_jail '0'
|
|
option user 'go2rtc'
|
|
option group 'go2rtc'
|
|
option limit_nofile ''
|
|
option allow_config_edit '0'
|