mirror of
https://github.com/snoyberg/keter.git
synced 2024-12-14 08:05:40 +03:00
Merge pull request #111 from chreekat/upstart-output
Use 'console output' in upstart
This commit is contained in:
commit
3cf1354c17
@ -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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user