Skip to content

How to stop puma-dev without uninstalling? #318

Answered by nonrational
alfuken asked this question in Q&A
Discussion options

You must be logged in to vote

puma-dev -setup configures itself via launchd as io.puma.dev.

You should be able to suspend and resume the daemon using:

launchctl unload ~/Library/LaunchAgents/io.puma.dev.plist
launchctl load ~/Library/LaunchAgents/io.puma.dev.plist

Edit: Use load/unload instead of start/stop.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@alfuken
Comment options

@nonrational
Comment options

@alfuken
Comment options

Answer selected by alfuken
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #317 on August 26, 2022 17:17.