web-standards-ru / wsd.events

Web Standards Days
http://wsd.events
42 stars 29 forks source link

Способ запуска приложения #26

Closed h4 closed 9 years ago

h4 commented 11 years ago

Сейчас схема такая:

@TheBits можешь показать какой-нибудь из ваших конфигов прямого запуска через upstart?

TheBits commented 11 years ago

Например файл /etc/init/wintik-qa.conf

description "wintik askbot"
author "Sergey Mezentsev < @yandex.ru>"

start on (net-device-up and local-filesystems and runlevel [2345])
stop on runlevel [016]

respawn

chdir /home/user/wintik/qa

setgid www-data
setuid www-data

exec /usr/local/bin/uwsgi --ini /home/user/wintik/config/uwsgi.ini

Вот и всё.

Документацию тут лучше смотреть http://upstart.ubuntu.com/cookbook/