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?
Asked
Active
Viewed 1,992 times
1

BeeNoisy
- 1,254
- 1
- 14
- 23

chao huang
- 3
- 3
1 Answers
1
The macOS equivalent is launchd/launchctl. There's a very detailed tutorial at http://launchd.info

jsd
- 7,673
- 5
- 27
- 47