propellor spin

This commit is contained in:
Joey Hess 2014-07-05 16:24:22 -04:00
parent aca6e6dc29
commit 206cfeb5d4
Failed to extract signature
1 changed files with 2 additions and 1 deletions

View File

@ -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"