Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #14 from vania-pooh/master
Browse files Browse the repository at this point in the history
Added docs about quota reloading
  • Loading branch information
vania-pooh authored May 22, 2018
2 parents 09085f1 + c318e18 commit 3da8fa6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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[]
7 changes: 7 additions & 0 deletions docs/quota-reload.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
== Quota Reloading
To **reload quota files** just send **SIGHUP** to process or Docker container:
```
# kill -HUP <pid>
# docker kill -s HUP <container-id-or-name>
```
NOTE: Use only one of these commands depending on whether you have Docker installed.

0 comments on commit 3da8fa6

Please sign in to comment.