diff options
| author | Joey Hess <joey@kitenet.net> | 2014-07-05 16:24:22 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-07-05 16:24:22 -0400 |
| commit | 206cfeb5d4b3f8694a9c52534cd0d2c156010182 (patch) | |
| tree | 5d2f4849d592f54be2ad24f432d5e23e0fb9d18d /src/Propellor | |
| parent | aca6e6dc29a9e5ba91808937856f472e0babb70a (diff) | |
propellor spin
Diffstat (limited to 'src/Propellor')
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/JoeySites.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs index 321c5bb7..e2229a02 100644 --- a/src/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs @@ -315,7 +315,8 @@ ircBouncer = propertyList "IRC bouncer" , File.hasPrivContent conf , File.ownerGroup conf "znc" "znc" , Cron.job "znconboot" "@reboot" "znc" "~" "znc" - , Cron.job "zncrunning" "@hourly" "znc" "~" "znc || true" + -- ensure running if it was not already + , userScriptProperty "znc" ["znc || true"] ] where conf = "/home/znc/.znc/configs/znc.conf" |
