osx - Disable Jenkins autostart on OS X -


i have prototyping instance of jenkins (most recent version) on local machine (os x 10.10). starts every time boot machine.

how can disable autostart?

i want start manually when need it.

all right, have sorted now. launchctl unload -w /library/launchdaemons/org.jenkins-ci.plist did trick. jenkins no longer running after reboot. -w option key.


Comments