summaryrefslogtreecommitdiff
path: root/src/Propellor
diff options
context:
space:
mode:
authorJoey Hess2014-11-22 00:52:59 -0400
committerJoey Hess2014-11-22 00:52:59 -0400
commitc0662e6258e5fc8f5755f01de7d7184c532c6431 (patch)
tree7e0e4feb4b95362ea9f3882958db501c6d83b697 /src/Propellor
parentcd6ca049b8ba90bdb4a1ba6ebf258fc68809049a (diff)
comment
Diffstat (limited to 'src/Propellor')
-rw-r--r--src/Propellor/Server.hs4
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,