Closed h4 closed 9 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/
Сейчас схема такая:
service supervisord {start|stop|restart|force-reload|status|force-stop}
@TheBits можешь показать какой-нибудь из ваших конфигов прямого запуска через upstart?