Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed the Cookbook systemd unit to use Environment= for NODE_ENV
ExecStart is not run with /bin/sh, so setting NODE_ENV there doesn't work and results in: Failed at step EXEC spawning NODE_ENV=production: No such file or directory. Setting NODE_ENV in an Environment="" fixes this.
- Loading branch information