History log of /haiku/src/bin/launch_roster.cpp
Revision Date Author Comments
# a77aa747 25-Apr-2018 Axel Dörfler <axeld@pinc-software.de>

launch_daemon: Added basic logging facility

* The daemon now stores many events in am internal log.
* You can use "launch_roster log" to retrieve it.


# bf4c2f93 29-Nov-2016 Axel Dörfler <axeld@pinc-software.de>

launch_roster: Added restart, start/stop works on targets.

* If the launch_daemon returns B_NAME_NOT_FOUND for a job, it'll
retry the same name as target.


# 90fd6af0 12-Jan-2016 Axel Dörfler <axeld@pinc-software.de>

launch_daemon: Added ability to enable/disable a job.

* Instead of just starting/stopping it.
* Also available via the launch_roster command.


# 74068663 07-Nov-2015 Axel Dörfler <axeld@pinc-software.de>

launch_roster: The beginnings of a launch_daemon control tool.