-5
當我從終端sudo -u www-data ./scarga
運行我的應用程序並打開瀏覽器時,模板文件運行良好,一切正常。命令從/var/www/html/scarga.local/
目錄執行。作爲服務運行時沒有這樣的文件或目錄?
當我運行我的應用程序sudo service scarga start
它說:open ./resources/views/index.html: no such file or directory
文件與HTTP處理程序:https://pastebin.com/MU7YDAWV
的scarga.service文件:https://pastebin.com/eBL3jJFx
樹項目:https://pastebin.com/rFVa8A3P
權利for index.html file
-rwxr-xr-x 1 www-data www-data 3586 Jun 28 14:27 index.html`
爲什麼會發生這種情況以及如何解決?
謝謝!
感謝,把這個'[服務]'部分,現在一切都完美。 –