=== pocek_ is now known as pocek [03:41] hello anyoone here? [13:28] Hi, system is ubuntu 10.04 - if it matters, how do i tell upstart to start one service (shorewall) after another (libvirt-bin)? [13:29] shorewall.conf: start on started libvirt [13:30] Thx ;) - would it be possible to do this with upstart too? [13:30] Huh? [13:33] I could change when a service starts in a specific runlevel (servicename/lin: S70pppd-dns) by "changing the number". - upstart is eventbased - where do i configure such things like "start service A after service B".. [13:33] job.conf: start on started anotherjob [13:35] Ahh, i thought you meant /etc/shorewall/shorewall.conf .. - Thank you very much! [13:35] See started(7) [19:55] I want to set up monit to monitor mysql on ubuntu-server so that I can receive notifications if mysql goes down, however mysql is controlled by upstart, so for the life of me I can't find mysqld's pid file.... what did upstart do with it? [19:59] almost certainly thing [19:59] nothing [19:59] there may simply be no pid file [19:59] you can always obtain the pid with "status mysql" [20:01] i dont need the pid [20:01] i need the pid file [20:01] monit needs a file containing the current pid to point to [20:01] so configure mysql to make one ;)