Created
January 17, 2018 21:08
-
-
Save Artemmkin/2f7dfa0be962b7d35d482b171f88a2a3 to your computer and use it in GitHub Desktop.
Unit file for Raddit app
This file contains hidden or 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 | |
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