diff options
| author | Joey Hess <joey@kitenet.net> | 2014-11-22 00:52:59 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-11-22 00:52:59 -0400 |
| commit | c0662e6258e5fc8f5755f01de7d7184c532c6431 (patch) | |
| tree | 7e0e4feb4b95362ea9f3882958db501c6d83b697 | |
| parent | cd6ca049b8ba90bdb4a1ba6ebf258fc68809049a (diff) | |
comment
| -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, |
