On Thu, May 3, 2012 at 12:24 AM, Octavian Rasnita <[email protected]> wrote: > > Does anyone have an upstart script that can be used for automaticly starting > a Cat app using Starman? > > I use Perlbrew and local::lib and I start the app in my own account and not > as root and I don't know how to make upstart start the app under my account. > Maybe it will be helpful to see an upstart script that works, and try to > adapt it.
What follows is for starting a python app as an unprivileged user with upstart, I don't think it would be too difficult to adjust it for your starman based app: http://stackoverflow.com/questions/10250682/how-to-write-an-ubuntu-upstart-job-for-celery-django-celery-in-a-virtualenv Follow the link in the first answer for the authoritative confirming response from the upstart guys: http://superuser.com/questions/213416/running-upstart-jobs-as-unprivileged-users/234541#234541 ...Todd -- Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Martin Golding _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
