Instantly share code, notes, and snippets.

@andris9 /haraka.service Secret
Created Oct 4, 2017

Embed
What would you like to do?
[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