Guest User

Untitled

a guest
Apr 21st, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. [Unit]
  2. Description=uWSGI
  3. After=syslog.target
  4.  
  5. [Service]
  6. ExecStart=/bin/bash -c 'source /usr/bin/uwsgi; uwsgi --ini /var/www/中略/hoge/hoge.ini'
  7. Restart=always
  8. KillSignal=SIGQUIT
  9. Type=notify
  10. StandardError=syslog
  11. NotifyAccess=all
  12.  
  13. [Install]
  14. WantedBy=multi-user.target
  15.  
  16. ● uwsgi.service - uWSGI
  17. Loaded: loaded (/etc/systemd/system/uwsgi.service; disabled; vendor preset: disabled)
  18. Active: active (running) since 日付
  19. Main PID: 735 (bash)
  20. Status: "uWSGI is ready"
  21. CGroup: /system.slice/uwsgi.service
  22. ├─735 /bin/bash -c source /usr/bin/uwsgi; uwsgi --ini /var/www/中略/hoge/hoge.ini
  23. └─736 uwsgi --ini /var/www/中略/hoge/hoge.ini
  24.  
  25. systemd[1]: Starting uWSGI...
  26. bash[735]: /bin/bash: 0 行: source: /usr/bin/uwsgi: バイナリファイルを実行できません
  27. bash[735]: [uWSGI] getting INI configuration from /var/www/中略/hoge/hoge.ini
  28. systemd[1]: Started uWSGI.
  29. Hint: Some lines were ellipsized, use -l to show in full.
Add Comment
Please, Sign In to add comment