1

Spring boot application can be easily started as Linux services using either init.d or systemd. Then we can use stop|start|status|restart commands to manage our service. Is there any similar way to manage spring boot application as service on Mac OS X?

BeeNoisy
  • 1,254
  • 1
  • 14
  • 23

1 Answers1

1

The macOS equivalent is launchd/launchctl. There's a very detailed tutorial at http://launchd.info

jsd
  • 7,673
  • 5
  • 27
  • 47