Skip to content

Instantly share code, notes, and snippets.

@prasanna214
Created February 23, 2018 11:49
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 prasanna214/35f1d59c4ac2b6b7d345965585e080db to your computer and use it in GitHub Desktop.
Save prasanna214/35f1d59c4ac2b6b7d345965585e080db to your computer and use it in GitHub Desktop.
[Unit]
Description=Raddit application
After=network.target
[Service]
Type=simple
User=sudhamsh
WorkingDirectory=/home/sudhamsh/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