From: Karl Palsson Date: Thu, 19 May 2016 10:18:50 +0000 (+0000) Subject: uci: reload_config only for conforming init scripts X-Git-Url: http://git.openwrt.org/?p=web.git;a=commitdiff_plain;h=8ac61f29c26b4e7900deb161f194f08ff3a5ba39 uci: reload_config only for conforming init scripts Signed-off-by: Karl Palsson --- diff --git a/docs/uci.txt b/docs/uci.txt index 423daeb..fa40739 100644 --- a/docs/uci.txt +++ b/docs/uci.txt @@ -35,7 +35,7 @@ system.ntp.enabled='1' system.ntp.enable_server='0' ---- -When using the CLI to modify values, you will find that all changes first get staged and not commited to the file directly. If you want to permanently store changes you need to commit them. After calling the commit command, you can also make the system reload and apply the changes that you made +When using the CLI to modify values, you will find that all changes first get staged and not commited to the file directly. If you want to permanently store changes you need to commit them. After calling the commit command, you can also make the system reload and apply the changes that you made. (This will only affect services that correctly use link:procd.html[procd] init scripts) ---- root@lede:/# uci set system.@system[0].hostname=foo