Skip to content

Instantly share code, notes, and snippets.

@kelseyhightower
Created May 26, 2015 22:14
Show Gist options
  • Save kelseyhightower/6047a0419c9d061a7729 to your computer and use it in GitHub Desktop.
Save kelseyhightower/6047a0419c9d061a7729 to your computer and use it in GitHub Desktop.
[Unit]
Description=Awesome App
Documentation=http://awesome-app.io
[Service]
EnvironmentFile=/etc/awesome-app.env
ExecStart=/opt/bin/awesome-app $AWESOME_APP_OPTS
Restart=on-failure
RestartSec=5
[Install]
WantedBy=multi-user.target
@kelseyhightower
Copy link
Author

/etc/awesome-app.env

AWESOME_APP_OPTS=--do-something=true --do-something-else=true

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