Merge pull request #111 from chreekat/upstart-output

Use 'console output' in upstart
This commit is contained in:
Christopher Reichert 2015-07-04 18:51:17 -05:00
commit 3cf1354c17

View File

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