summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoey Hess2014-07-06 17:43:48 -0400
committerJoey Hess2014-07-06 17:43:48 -0400
commiteb39b45d618cacc48c8c25de1296802568aa0c26 (patch)
tree66a0e31ae853ea6fd13ad702a60c65b3f3ecebce /src
parent36ce624750d69cf73f9e52bb39f4a3bb7ac0cb7f (diff)
desc
Diffstat (limited to 'src')
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs
index 9b9f5589..c770907b 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -324,6 +324,7 @@ ircBouncer = propertyList "IRC bouncer"
, Cron.job "znconboot" "@reboot" "znc" "~" "znc"
-- ensure running if it was not already
, trivial $ userScriptProperty "znc" ["znc || true"]
+ `describe` "znc running"
]
where
conf = "/home/znc/.znc/configs/znc.conf"