Created
May 3, 2019 18:58
-
-
Save chagel/a857e6b00b5ad8b35e88e7b2d5711c59 to your computer and use it in GitHub Desktop.
puma-dev systemd user service
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
# /usr/lib/systemd/user/puma-dev.service | |
# systemctl --user daemon-reload | |
# systemctl --user enable puma-dev | |
# systemctl --user start puma-dev | |
[Unit] | |
After=network.target | |
[Service] | |
ExecStart=puma-dev -d pipi -sysbind | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment