| [Unit] | |
| Description=Haraka MX Server | |
| After=redis.service | |
| [Service] | |
| Environment="NODE_ENV=production" | |
| WorkingDirectory=/opt/haraka-app | |
| ExecStart=/usr/bin/node ./node_modules/.bin/haraka -c . | |
| Type=simple | |
| Restart=always | |
| [Install] | |
| WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment