[01:21] i have a problem that may actually not be between keyboard and chair [01:21] conf-file contains these bits: [01:21] start on (started foo and started bar and started baz) [01:21] stop on (stopped foo or stopped bar or stopped baz) [01:21] initially, when foo, bar and baz start, this service starts as well, good [01:22] when stopping baz, this service stops, good [01:22] when restarting baz (foo and bar are still running), this service does not start [01:23] does upstart require every one of (foo, bar, baz) to transition into started, or only the entire expression to transition? [22:29] so let's say I need to send a signal to a process that was started with upstart [22:30] what is the best way to do so?