diff options
| author | Joey Hess <joey@kitenet.net> | 2014-07-06 17:42:25 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-07-06 17:42:25 -0400 |
| commit | 36ce624750d69cf73f9e52bb39f4a3bb7ac0cb7f (patch) | |
| tree | c48c2267cbebb7215119490438ca1063f8a5c892 /src | |
| parent | 5aa5160aa727ee1627a21f242163977de5b0c5c7 (diff) | |
trivial
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/JoeySites.hs | 2 |
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" |
