Skip to content

Instantly share code, notes, and snippets.

@damonvjanis
Last active June 10, 2021 13:19
Show Gist options
  • Save damonvjanis/3c036fe38dd07c9130dc6bebea88b0b6 to your computer and use it in GitHub Desktop.
Save damonvjanis/3c036fe38dd07c9130dc6bebea88b0b6 to your computer and use it in GitHub Desktop.
[Unit]
Description=My App
After=network.target
StartLimitIntervalSec=0
[Service]
Type=simple
Restart=always
RestartSec=1
User=<YOUR_USERNAME>
EnvironmentFile=/home/<YOUR_USERNAME>/env_vars
ExecStart=/bin/bash -c '/home/<YOUR_USERNAME>/releases/${RELEASE}/bin/my_app start'
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment