Changes between Version 3 and Version 4 of StartTool
- Timestamp:
- Aug 27, 2015, 11:52:00 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
StartTool
v3 v4 9 9 bin/stop:: 10 10 Stop the project (create the stop_sched and stop_daemon files) 11 bin/status:: 12 Show whether the project is stopped. Show the status of all daemons. Show the status of all periodic tasks (e.g., when they were last executed). 11 13 bin/start --cron:: 12 14 If the project is started, perform all periodic tasks that are past due, and start any daemons that aren't running. Otherwise do nothing. 13 bin/sta tus::14 Show whether the project is stopped. Show the status of all daemons. Show the status of all periodic tasks (e.g., when they were last executed).15 bin/start --cron-tasks:: 16 Like --cron but doesn't start daemons. 15 17 16 18 == Trigger files ==