Skip to content

Instantly share code, notes, and snippets.

@jcoglan
Created April 26, 2017 16:27
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 jcoglan/f8632af129c7b8197d0ae47bab3a02ec to your computer and use it in GitHub Desktop.
Save jcoglan/f8632af129c7b8197d0ae47bab3a02ec to your computer and use it in GitHub Desktop.
[Unit]
Description=Trying to get systemd working
After=network.target
[Service]
User=ubuntu
WorkingDirectory=/vagrant
EnvironmentFile=/vagrant/env
ExecStart=/usr/local/bin/bundle exec puma config.ru -p 9292
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment