Golang Application unable to Load .env file while making starting service using systemd
The Golang application I hosted on the EC2 instance works fine and loads the env file when I build it and run it manually, but when running it as service it fails to get the environment file even though I have specified the Environment File path in the service conf too