Changes between Version 3 and Version 4 of StartTool


Ignore:
Timestamp:
Aug 27, 2015, 11:52:00 AM (9 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • StartTool

    v3 v4  
    99 bin/stop::
    1010        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).
    1113 bin/start --cron::
    1214        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/status::
    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.
    1517
    1618== Trigger files ==