[04:39] How would I prevent a process from starting if there is less than 95% disk space? I can do that with init scripts very easily (new to upstart) [14:27] can I use the config filename in my config file? (that way I could have a generic config, which I just rename, eg.: unicorn-user1-4000.conf .. so I can use the username and the port in my exec line somehow?) [15:11] $UPSTART_JOB is what i was looking for :) [18:50] Is upstart able to wait for a kernel module to load [18:51] I really don't want to add a sleep 10 to "fix" that [22:21] kierank: sure, there are udev events emited [22:21] so you can start on udev events which should be post udev firing and processing/loading kernel modules as needed etc.