From 36ce624750d69cf73f9e52bb39f4a3bb7ac0cb7f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 6 Jul 2014 17:42:25 -0400 Subject: trivial --- src/Propellor/Property/SiteSpecific/JoeySites.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Propellor/Property') diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs index 803b726e..9b9f5589 100644 --- a/src/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs @@ -323,7 +323,7 @@ ircBouncer = propertyList "IRC bouncer" , File.ownerGroup conf "znc" "znc" , Cron.job "znconboot" "@reboot" "znc" "~" "znc" -- ensure running if it was not already - , userScriptProperty "znc" ["znc || true"] + , trivial $ userScriptProperty "znc" ["znc || true"] ] where conf = "/home/znc/.znc/configs/znc.conf" -- cgit v1.2.3