summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Palsson2016-05-19 10:18:50 +0000
committerJo-Philipp Wich2016-05-19 15:18:11 +0000
commit8ac61f29c26b4e7900deb161f194f08ff3a5ba39 (patch)
treec740bedb91222d6edb4bce45c16cc49169256695
parent434b14541841a3fc43c324bbe39d597d0fbf1e22 (diff)
downloadweb-8ac61f29c26b4e7900deb161f194f08ff3a5ba39.tar.gz
uci: reload_config only for conforming init scripts
Signed-off-by: Karl Palsson <karlp@etactica.com>
-rw-r--r--docs/uci.txt2
1 files changed, 1 insertions, 1 deletions
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