diff options
| author | Joey Hess <joey@kitenet.net> | 2014-07-06 17:43:48 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-07-06 17:43:48 -0400 |
| commit | eb39b45d618cacc48c8c25de1296802568aa0c26 (patch) | |
| tree | 66a0e31ae853ea6fd13ad702a60c65b3f3ecebce | |
| parent | 36ce624750d69cf73f9e52bb39f4a3bb7ac0cb7f (diff) | |
desc
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/JoeySites.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs index 9b9f5589..c770907b 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" |
