This commit is contained in:
Joey Hess 2014-07-06 17:42:25 -04:00
parent 5aa5160aa7
commit 36ce624750
1 changed files with 1 additions and 1 deletions

View File

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