First time attempting to Deploy Vapor on AWS per Chapter 33. Cannot get the service to run. I read the Chapter twice and checked all my work. Seems to be a resource issue with files.
vapor-til.service: Failed to load environment files: No such file or directory**
tried restart
root@ip-xxxxx :/# systemctl restart vapor-til.service
Job for vapor-til.service failed because of unavailable resources or another system error.
systemctl status vapor-til.service
Logs:
– Unit vapor-til.service has finished shutting down.
Feb 22 16:33:17 ip- xxx systemd[1]: vapor-til.service: Start request repeated too quickly.
Feb 22 16:33:17 ip-xxx systemd[1]: vapor-til.service: Failed with result ‘resources’.
Feb 22 16:33:17 ip-xxx systemd[1]: Failed to start “Vapor TILapp”.
– Subject: Unit vapor-til.service has failed
And
– Unit vapor-til.service has finished shutting down.
Feb 22 16:33:16 ip-xxx systemd[1]: vapor-til.service: Failed to load environment files: No such file or directory
Feb 22 16:33:16 ip-xxx systemd[1]: vapor-til.service: Failed to run ‘start’ task: No such file or directory
Feb 22 16:33:16 ip-xxx systemd[1]: vapor-til.service: Failed with result ‘resources’.
Feb 22 16:33:16 ip-xxx systemd[1]: Failed to start “Vapor TILapp”.
– Subject: Unit vapor-til.service has failed
Help!