[00:52] i have to start a ruby script via rvm.. and it uses chdir to get into the correct directory.. but it runs as root [00:52] how can i run it as another user.. but still honor the chdir? [12:48] hi, can anyone give me an example how to bring up an wlan interface (ifconfig, iwconfig, wpa_supplicant) using upstart? [13:25] i have a service that calling reload on does the wrong thing. how can i go about customizing the reload action? [13:26] been trying to google but can't figure out how to ask the question [13:26] found this: https://bugs.launchpad.net/upstart/+bug/94873 [13:26] but cant find any docs on custom actions [13:38] "initctl reload service" as far a i know is currently only using pid of a running service and sends a SIGHUP to it... [13:39] there are plans to allow a reload customization... [13:53] wraiden, stsmith3: yes, we're considering that feature. [13:54] ok. unfortunately the service im working with does the wrong thing for SIGHUP. the master exits and leaves a bunch of children around. [13:55] so a way to customize would really help in this case