Skip to content

Instantly share code, notes, and snippets.

@Artemmkin
Created January 17, 2018 21:08
Show Gist options
  • Save Artemmkin/2f7dfa0be962b7d35d482b171f88a2a3 to your computer and use it in GitHub Desktop.
Save Artemmkin/2f7dfa0be962b7d35d482b171f88a2a3 to your computer and use it in GitHub Desktop.
Unit file for Raddit app
[Unit]
Description=Raddit application
After=network.target
[Service]
Type=simple
WorkingDirectory=/opt/raddit
ExecStart=/bin/bash -lc 'puma'
Restart=always
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment