Created
August 15, 2016 00:55
-
-
Save eriknelson/fc20d538ad8a4d584a09c74aad09acab to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description="blog.eriknelson.me" | |
[Service] | |
User=blog | |
Restart=always | |
WorkingDirectory=/srv/eriknelson.me | |
ExecStart=/bin/bash -c "npm start --production" | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment