Skip to content

Instantly share code, notes, and snippets.

@Nicd
Created December 9, 2016 06:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Nicd/8eaa7ea1d7968c59673746decbe98c3c to your computer and use it in GitHub Desktop.
Save Nicd/8eaa7ea1d7968c59673746decbe98c3c to your computer and use it in GitHub Desktop.
[Unit]
Description=codestats.net server
After=postgresql.service
[Service]
Type=simple
User=codestats
ExecStart=/var/codestats/codestats/run.sh
WorkingDirectory=/var/codestats/codestats
[Install]
WantedBy=multi-user.target
#!/bin/bash
MIX_ENV=prod PORT=13370 elixir --name 'codestats@octane.nytsoi.net' -S mix phoenix.server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment