diff options
| author | Joey Hess <joey@kitenet.net> | 2014-07-18 02:08:13 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-07-18 02:08:13 -0400 |
| commit | 6957f28945bc4360882c8337f91d471de8fbadee (patch) | |
| tree | a1082238e19abb21210d7e0cad38a47c0fddae97 /src/Propellor/Property/Postfix.hs | |
| parent | 2812719e5466d2676db3fd5c4ac36c45bb873e89 (diff) | |
propellor spin
Diffstat (limited to 'src/Propellor/Property/Postfix.hs')
| -rw-r--r-- | src/Propellor/Property/Postfix.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Propellor/Property/Postfix.hs b/src/Propellor/Property/Postfix.hs index 1711a7dd..fbe39299 100644 --- a/src/Propellor/Property/Postfix.hs +++ b/src/Propellor/Property/Postfix.hs @@ -15,6 +15,9 @@ installed = Apt.serviceInstalledRunning "postfix" restarted :: Property restarted = Service.restarted "postfix" +reloaded :: Property +reloaded = Service.reloaded "postfix" + -- | Configures postfix as a satellite system, which -- relats all mail through a relay host, which defaults to smtp.domain. -- |
