=== Cidan is now known as zz_Cidan [13:57] anyone know to what location upstart will log errors when it fails to start the application it's attempting to start? [13:58] taking a script from https://gist.github.com/dstarh/62e9b5f7fb10e821ae72 to https://gist.github.com/dstarh/a76eba3a3673d9c49b4e so I can redirect where stderr goes and it won't start with the second script === zz_Cidan is now known as Cidan [19:11] hi. is there a way to delay start event in upstart. If my process needs more time to bootstrap, pull some things ( docker example, when it runs - it needs to pull image from the registry and only then start it ). All other dependent services needs to be notified only after serivce was fully started, not only the process [19:50] you can emit a custom event [19:51] or do all the preparing in a pre-start === modafinil_ is now known as modafinil [20:53] Hi. I had a question regarding the future of upstart and upstart maintenance/security patches... Now that systemd is replacing upstart on Ubuntu, will the Upstart team still maintain Upstart for the foreseeable future? [22:04] joshumax: Ubuntu 14.04 LTS with upstart has 5 years of support, so the foreseeable future is at least until April 2019 [22:57] is there a way to start a service on multiple events [22:57] like if I emit custom events from my services A B C [22:57] and I want service D to depend on A B C custom events [23:37] JanC: Thanks, that gives me plenty of time to switch over