From c0662e6258e5fc8f5755f01de7d7184c532c6431 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 22 Nov 2014 00:52:59 -0400 Subject: [PATCH] comment --- src/Propellor/Server.hs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Propellor/Server.hs b/src/Propellor/Server.hs index 001b476..743490a 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,