java - Set up wildfly as a service in OS X -
how can set wildfly 9 service in os x el capitan enable start on boot , enable start,restart , stop commands like
sudo /usr/sbin/widlfy start
in os x
de facto standard start , execute process @ specified time (eg. @ startup, scheduled intervals, etc.) create launch agent or launch daemon. depending on task(s) want run should indicative of whether it's agent or daemon.
Comments
Post a Comment