[OpenWrt Wiki] Create a sample procd init script
openwrt.org › docs › guide-developerTo see the system wide settings for ulimt on an OpenWrt device you can run $ ulimit -a -f: file size (blocks) unlimited -t: cpu time (seconds) unlimited -d: data seg size (kb) unlimited -s: stack size (kb) 8192 -c: core file size (blocks) 0 -m: resident set size (kb) unlimited -l: locked memory (kb) 64 -p: processes 475 -n: file descriptors ...
[OpenWrt Wiki] 怎样写一个基于procd的init脚本?
openwrt.org › zh-cn › inboxJan 19, 2015 · In older versions of OpenWrt, a system called “ucitrack” attempted to track UCI config files, and the processes that depended on each of them, and would restart them all as needed. This too, is replaced with ubus/procd, and expanded to allow notifying services when network interfaces change.