diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Server.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Propellor/Server.hs b/src/Propellor/Server.hs index 001b4762..743490a4 100644 --- a/src/Propellor/Server.hs +++ b/src/Propellor/Server.hs @@ -1,3 +1,7 @@ +-- When propellor --spin is running, the local host acts as a server, +-- which connects to the remote host's propellor and responds to its +-- requests. + module Propellor.Server ( update, updateServer, |
