diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2015-07-12 02:25:10 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2015-07-12 02:25:10 +0300 |
commit | 0abc54875342cc18a0be2bf3280343e552d6cd75 (patch) | |
tree | 9521669cc31588f899daa4ccce810d88a69cc252 /utils/libservice | |
parent | add_cert.bat: add certificates to the ROOT store (diff) | |
download | windows7-drivers-0abc54875342cc18a0be2bf3280343e552d6cd75.tar.gz windows7-drivers-0abc54875342cc18a0be2bf3280343e552d6cd75.zip |
README updates
Diffstat (limited to 'utils/libservice')
-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. |