Skip to content

Instantly share code, notes, and snippets.

@Artemmkin
Created January 18, 2018 16:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save Artemmkin/ce82397cfc69d912df9cd648a8d69bec to your computer and use it in GitHub Desktop.
Save Artemmkin/ce82397cfc69d912df9cd648a8d69bec to your computer and use it in GitHub Desktop.
Raddit unit file
[Unit]
Description=Raddit application
After=network.target
[Service]
Type=simple
User=raddit-user
WorkingDirectory=/home/raddit-user/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