[10:36] hello! trying to make an upstart script for spawn-fcgi, but ran into a problem.. how can I make sure the socket is chmodded 770, since I have to run the script from the upstart script without daemon mode? [10:37] if I use daemon mode i can just stick it after it, but then upstart don't know about the status of the task.. [10:44] maybe easier to use port instead of socket [10:59] o_cee: why is the socked chmod 770 if you run the script in daemon mode? [11:00] Or do you chmod manually? [11:00] mbiebl: problem is that the socket is 766 or something instead of 770 [11:00] yeah, don't know why spawn-fcgi does that, but i've solved it before by chmodding it afterwards [11:00] but, seems port+addr instead of socket works fine, so i'll use that instad [11:00] o_cee: well, that you can do with a post-start script [11:01] yeah, but the it wouldn't be all upstart, right? [11:01] (never done any of these things before heh) [11:03] ah post-start, yeah, but it seemed to get reset when spawn-fcgi is run? couldn't get it to stick.. either way, port mode works just as fine i think [14:58] hi [23:20] ion_: ping