diff --git a/docs/index.adoc b/docs/index.adoc index b87f2e1..318b849 100644 --- a/docs/index.adoc +++ b/docs/index.adoc @@ -16,5 +16,6 @@ Ggr UI is a standalone daemon that automatically collects `/status` information == Getting Started include::quick-start-guide.adoc[leveloffset=+1] +include::quota-reload.adoc[leveloffset=+1] include::contributing.adoc[] diff --git a/docs/quota-reload.adoc b/docs/quota-reload.adoc new file mode 100644 index 0000000..ba07704 --- /dev/null +++ b/docs/quota-reload.adoc @@ -0,0 +1,7 @@ +== Quota Reloading +To **reload quota files** just send **SIGHUP** to process or Docker container: +``` +# kill -HUP +# docker kill -s HUP +``` +NOTE: Use only one of these commands depending on whether you have Docker installed. \ No newline at end of file