Skip to content

Instantly share code, notes, and snippets.

@jarohen
Created June 7, 2013 06:35
Show Gist options
  • Save jarohen/5727424 to your computer and use it in GitHub Desktop.
Save jarohen/5727424 to your computer and use it in GitHub Desktop.
Lein Systemd Service Spec
[Unit]
Description=Website
[Service]
Environment=NOMAD_INSTANCE=PROD
Type=simple
ExecStart=/home/james/bin/lein trampoline run
Restart=always
User=james
WorkingDirectory=/srv/james/src/website
[Install]
WantedBy=multi-user.target
@malcolmsparks
Copy link

This is great

@rockopapa
Copy link

thx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment