1

How can I set up Wildfly 9 as service in OS X El Capitan as well as enable it to start up on boot and enable start,restart and stop commands like

sudo /usr/sbin/widlfy start
bavon
  • 151
  • 2
  • 14

1 Answers1

1

In OS X the de facto standard to start and execute a process at a specified time (eg. at startup, scheduled intervals, etc.) is to create a Launch Agent or Launch Daemon. Depending on task(s) you want to run should also be indicative of whether it's an agent or daemon.

Creating Launch Daemons and Agents

l'L'l
  • 44,951
  • 10
  • 95
  • 146