summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoey Hess2014-07-05 16:24:22 -0400
committerJoey Hess2014-07-05 16:24:22 -0400
commit206cfeb5d4b3f8694a9c52534cd0d2c156010182 (patch)
tree5d2f4849d592f54be2ad24f432d5e23e0fb9d18d /src
parentaca6e6dc29a9e5ba91808937856f472e0babb70a (diff)
propellor spin
Diffstat (limited to 'src')
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs
index 321c5bb7..e2229a02 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -315,7 +315,8 @@ ircBouncer = propertyList "IRC bouncer"
, File.hasPrivContent conf
, File.ownerGroup conf "znc" "znc"
, Cron.job "znconboot" "@reboot" "znc" "~" "znc"
- , Cron.job "zncrunning" "@hourly" "znc" "~" "znc || true"
+ -- ensure running if it was not already
+ , userScriptProperty "znc" ["znc || true"]
]
where
conf = "/home/znc/.znc/configs/znc.conf"