uci: reload_config only for conforming init scripts
authorKarl Palsson <karlp@etactica.com>
Thu, 19 May 2016 10:18:50 +0000 (10:18 +0000)
committerJo-Philipp Wich <jo@wwsnet.net>
Thu, 19 May 2016 15:18:11 +0000 (17:18 +0200)
Signed-off-by: Karl Palsson <karlp@etactica.com>
docs/uci.txt

index 423daeb06c9fa153fa70fc0b7bef37fa182c9f08..fa40739482a2eb000bc03e6a0bd9fbaf6e3ed8dd 100644 (file)
@@ -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