If you need to temporarily stop an automatically starting DiMe on OS X, e.g. due to Java update or DiMe update from Github, it can be done with:
launchctl stop fi.hiit.dime.dime-server
Dime can then be restarted with:
launchctl start fi.hiit.dime.dime-server
I guess this could be better documented somewhere.
If you need to temporarily stop an automatically starting DiMe on OS X, e.g. due to Java update or DiMe update from Github, it can be done with:
launchctl stop fi.hiit.dime.dime-server
Dime can then be restarted with:
launchctl start fi.hiit.dime.dime-server
I guess this could be better documented somewhere.