=== lfaraone is now known as lfaraone_ === modafinil is now known as modafinil_ === 18VABY2RP is now known as lazyPower [01:57] hi why can't I get upstart to work with `start on net-device-up IFACE=eth0` ubuntu 14.04? [01:58] I've tried with INTERFACE=eth0 but I can't get even a simple `echo "test" > /tmp/test` [01:59] I want to do something when eth0 is up and another upstart job when eth0 is down, but if I can't get echo to work with those events there's little point in trying to do anything else :( [02:00] On the contrary I have other upstart jobs using `start on net-device-removed INTERFACE=tun0 [02:00] which work fine [02:36] must be some bug with upstart. if I do `start on net-device-up IFACE!=lo` it works fine everytime