summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2015-03-21 09:52:58 -0400
committerJoey Hess2015-03-21 09:52:58 -0400
commitcec0929a26110ab20bed6d4d59315b3e46775e12 (patch)
tree3a527575e401c80b383ca4d17974b53efab60cfd
parente39a92512193cd4e8049eaf83b588769db21017a (diff)
propellor spin
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs
index 62c141ab..235a3a75 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -69,7 +69,7 @@ scrollBox = propertyList "scroll server" $ props
, "echo 'or, type comments below (finish with a dot on its own line)'"
, "echo"
, "echo Your comments:"
- , "mail -E -s \"scroll test $t\" joey@kitenet.net"
+ , "timeout --kill-after 1m --foreground 2h mail -E -s \"scroll test $t\" joey@kitenet.net"
] `onChange` (g `File.mode` (combineModes (ownerWriteMode:readModes ++ executeModes)))
& Apt.installed ["bsd-mailx"]
-- prevent port forwarding etc by not letting scroll log in via ssh