From 9f12d85311a9f9d79782ba98ce3875d04378afbe Mon Sep 17 00:00:00 2001 From: Bryan Richter Date: Sat, 4 Jul 2015 16:19:54 -0700 Subject: [PATCH] Use 'console output' --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 50e06ed..d4eee79 100755 --- a/README.md +++ b/README.md @@ -90,7 +90,9 @@ start on (net-device-up and local-filesystems and runlevel [2345]) stop on runlevel [016] respawn -console none +# NB: keter writes logs to /opt/keter/etc, but some exceptions occasionally +# escape to standard error. This ensures they show up in system logs. +console output exec /opt/keter/bin/keter /opt/keter/etc/keter-config.yaml ```