Skip to content

Instantly share code, notes, and snippets.

@chagel
Created May 3, 2019 18:58
Show Gist options
  • Save chagel/a857e6b00b5ad8b35e88e7b2d5711c59 to your computer and use it in GitHub Desktop.
Save chagel/a857e6b00b5ad8b35e88e7b2d5711c59 to your computer and use it in GitHub Desktop.
puma-dev systemd user service
# /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