-
-
Save obengwilliam/0ba05e5ea6ff8e139e1350f15631a329 to your computer and use it in GitHub Desktop.
Raddit unit file
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 | |
User=obeng | |
WorkingDirectory=/home/obeng/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