- /usr/lib/systemd/system/unicorn.service
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
[Unit] Description=Unicorn Server After=mysqld.service [Service] User=adachin WorkingDirectory=/var/www/app Environment=RAILS_ENV=production SyslogIdentifier=unicorn PIDFile=/var/www/app/tmp/pids/unicorn.pid ExecStart=/home/adachin/.rbenv/shims/bundle exec unicorn_rails -c /var/www/app/config/unicorn.conf.rb ExecStop=/usr/bin/kill -QUIT $MAINPID ExecReload=/bin/kill -USR2 $MAINPID [Install] WantedBy=multi-user.target |
- systemctl
1 2 3 4 5 6 |
# chmod +x /usr/lib/systemd/system/unicorn.service # systemctl daemon-reload # systemctl enable unicorn # systemctl start unicorn # systemctl stop unicorn # systemctl restart unicorn |
Was this helpful?
0 / 0
1989年生まれのFindy/SRE。ホスティングから大規模なアドテクなどのインフラエンジニアとして携わる。現在はサービスの信頼性向上、DevOps、可用性、レイテンシ、パフォーマンス、モニタリング、オブザーバビリティ、緊急対応、AWSでのインフラ構築、Docker開発環境の提供、IaC、新技術の検証、リファクタリング、セキュリティ強化、分析基盤の運用などを担当している。個人事業主では数社サーバー保守とベンチャー企業のSREインフラコンサルティングやMENTA/TechBullで未経験者にインフラのコーチング/コミュニティマネージャーとして立ち上げと運営をしている。また、過去「脆弱性スキャナVuls」のOSS活動もしており、自称エバンジェリスト/技術広報/テクニカルサポート/コントリビュータでもある。