summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2015-11-24 09:53:53 -0400
committerJoey Hess2015-11-24 09:53:53 -0400
commit811ad9d4f5e907c7064d86db89a40e840b187f55 (patch)
tree51a279b3326b51dad79c1849ae62dca043a7d6b9 /config-joey.hs
parent7743ef8542b6490c3c42ac826a26aa0b24991f22 (diff)
found this handy conversion of my blog post to propellor property in spwhitton's repo
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/config-joey.hs b/config-joey.hs
index 34b48027..479bb221 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -80,6 +80,8 @@ darkstar = host "darkstar.kitenet.net"
& JoeySites.postfixClientRelay (Context "darkstar.kitenet.net")
& JoeySites.dkimMilter
+ & alarmClock "*-*-* 7:30" (User "joey")
+ "/usr/bin/timeout 45m /home/joey/bin/goodmorning"
& imageBuilt "/tmp/img" c MSDOS (grubBooted PC)
[ partition EXT2 `mountedAt` "/boot"