diff options
Diffstat (limited to 'utils/libservice/README.md')
-rw-r--r-- | utils/libservice/README.md | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/utils/libservice/README.md b/utils/libservice/README.md index a652f7b..c8dd180 100644 --- a/utils/libservice/README.md +++ b/utils/libservice/README.md @@ -6,11 +6,13 @@ Simple service management library and utilities. ### libservice.lib -Clients may include the headers by `#include`ing `include/libservice/all.hpp`, which includes all of the other header files. +Clients may include the headers by `#include`ing `include/libservice/all.hpp`, +which includes all of the other header files. For service management usage examples, see the utilities descriptions below. -For virtual device usage examples, refer e.g. to [libnt_path_converter](https://github.com/egor-tensin/windows_drivers/tree/master/utils/libnt_path_converter). +For virtual device usage examples, refer e.g. to +[libnt_path_converter](../libnt_path_converter). ### install_service.exe @@ -48,16 +50,17 @@ except that `stop_service.exe` waits until the service is actually stopped. Usage: uninstall_service.exe NAME -Uninstalls the service `NAME`, wiping the corresponding record from the registry. +Uninstalls the service `NAME`, wiping the corresponding record from the +registry. The same as sc delete NAME ## Building -See [Building](https://github.com/egor-tensin/windows_drivers/tree/master/utils#building). +See [Building](../README.md#building). ## Licensing This project is licensed under the terms of the MIT License. -See [Licensing](https://github.com/egor-tensin/windows_drivers#licensing) for details. +See [Licensing](../../README.md#licensing) for details. |