Skip to content

Instantly share code, notes, and snippets.

@ziazek
Last active June 1, 2017 10:03
Show Gist options
  • Save ziazek/ab829888a40f0847d8e3a03331b39e6d to your computer and use it in GitHub Desktop.
Save ziazek/ab829888a40f0847d8e3a03331b39e6d to your computer and use it in GitHub Desktop.
[Unit]
Description=Phoenix server for DeployPhoenix app
After=network.target
[Service]
User=deploy
Group=deploy
Restart=on-failure
Environment=HOME=/home/deploy/deploy_phoenix
ExecStart= /home/deploy/deploy_phoenix/bin/deploy_phoenix foreground
ExecStop= /home/deploy/deploy_phoenix/bin/deploy_phoenix stop
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment