[19:36] Hello, I want to use upstart to make modifications to files just after rc3 but before rc5 on ubuntu. I've created a script and when I use initcrl emit rc3 the blankfix script get's executed, but it does not seem to be executed when I actually reboot the system. (Ubuntu) any ideas how to solve this? [19:38] perhaps it this rc system is different from what you and I think [19:38] in /etc/inittab is written de default runlevel [19:39] and only script for that level get executed (not everything below) [19:39] oh but I do't have /etc/inittab [19:39] do't = don't [19:39] inittab wat the "old" non upstart way [19:41] if I set console output, and I echo in the script part of my eventscript, where would I find that output after the system has booted, perhaps I can see if it actually get's executed that way