summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoey Hess2014-07-06 17:42:25 -0400
committerJoey Hess2014-07-06 17:42:25 -0400
commit36ce624750d69cf73f9e52bb39f4a3bb7ac0cb7f (patch)
treec48c2267cbebb7215119490438ca1063f8a5c892 /src
parent5aa5160aa727ee1627a21f242163977de5b0c5c7 (diff)
trivial
Diffstat (limited to 'src')
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs2
1 files changed, 1 insertions, 1 deletions
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"