From eb39b45d618cacc48c8c25de1296802568aa0c26 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 6 Jul 2014 17:43:48 -0400 Subject: [PATCH] desc --- src/Propellor/Property/SiteSpecific/JoeySites.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs index 9b9f558..c770907 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"