-
-
Save davefp/d37f6a6998e7318f95cc5d64abf4e94c to your computer and use it in GitHub Desktop.
Raddit unit file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Raddit application | |
After=network.target | |
[Service] | |
Type=simple | |
User=raddit-user | |
WorkingDirectory=/home/raddit-user/raddit | |
ExecStart=/home/raddit-user/.rbenv/bin/rbenv exec bundle exec 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