=== robbiew_ is now known as robbiew [17:48] hi all, can somebody tell me how I would go about running a bash script as a specific user in upstart? [17:54] kristofor: su [19:39] I just created an upstart task in the /etc/event.d directory, but when I "sudo start taskname" it says "start: Unknown job:". A google search for "upstart start: Unknown job:" didn't turn up anything useful. Can anyone suggest how I would go about finding my problem (are there error logs, etc.)? [19:40] It’s /etc/init, unless you’re running very old software. [19:40] Parse errors are logged to syslog. [19:40] oh, thanks. [19:41] trying to fix it now. [19:41] that was it/ [19:42] I was using documentation I found online that must have been outdated. [19:42] man 5 init is a good starting point. [19:43] thanks ion