=== jhunt changed the topic of #upstart to: 'Upstart 1.3 "Concordia" | http://upstart.at/ | http://upstart.ubuntu.com/cookbook/ | Post to mailing list if no response here: http://bit.ly/ooeNVv' === jhunt changed the topic of #upstart to: Upstart 1.3 "Concordia" | http://upstart.at/ | http://upstart.ubuntu.com/cookbook/ | Post to mailing list if no response here: http://bit.ly/ooeNVv [13:11] if i want to upstart something when dbus is started, the syntax would be: start on started dbus right ? [13:12] right [13:24] thanks [19:24] how would I cd to a directory and execute a command as user "nobody"? [19:43] exec su -s /bin/sh -ec 'cd /path; exec "$0" "$@"' username -- command arg arg [19:43] probably [19:53] that works, and I found the command chdir [20:05] I wasn’t sure whether su changes the directory. Probably not without --login.