windows-service.rst
changeset 2228 837f1337c59b
parent 1912 8b81a8f0f692
child 2247 91816f9ab872
--- a/windows-service.rst	Sat Feb 10 01:28:53 2018 +0200
+++ b/windows-service.rst	Sat Feb 10 01:30:24 2018 +0200
@@ -9,8 +9,8 @@
 About Windows services.
 =======================
 
-  http://www.coretechnologies.com/WindowsServices/FAQ.html
-    Windows Services Frequently Asked Questions (FAQ).
+http://www.coretechnologies.com/WindowsServices/FAQ.html
+  Windows Services Frequently Asked Questions (FAQ).
 
 List services.
 ==============
@@ -73,16 +73,16 @@
 Visit GUI ``services.msc`` and check with ``procexp.exe`` that service actually
 do job.
 
-  http://www.microsoft.com/en-us/download/confirmation.aspx?id=17657
-    Windows Server 2003 Resource Kit Tools download.
-  http://stackoverflow.com/questions/3663331/creating-a-service-with-sc-exe-how-to-pass-in-context-parameters
-    How to pass parameters to sc.exe runnable.
-  https://support.microsoft.com/KB/137890
-    How To Create a User-Defined Service (with Srvany.exe).
-  http://technet.microsoft.com/en-us/library/cc990289.aspx
-    Sc create help.
-  http://support.microsoft.com/kb/251192
-    How to create a Windows service by using Sc.exe
+http://www.microsoft.com/en-us/download/confirmation.aspx?id=17657
+  Windows Server 2003 Resource Kit Tools download.
+http://stackoverflow.com/questions/3663331/creating-a-service-with-sc-exe-how-to-pass-in-context-parameters
+  How to pass parameters to sc.exe runnable.
+https://support.microsoft.com/KB/137890
+  How To Create a User-Defined Service (with Srvany.exe).
+http://technet.microsoft.com/en-us/library/cc990289.aspx
+  Sc create help.
+http://support.microsoft.com/kb/251192
+  How to create a Windows service by using Sc.exe
 
 Delete service.
 ===============
@@ -93,15 +93,15 @@
 Service wrapper.
 ================
 
-  http://en.wikipedia.org/wiki/Service_wrapper
-    Service wrapper
-  http://nssm.cc/
-    NSSM - the Non-Sucking Service Manager
-  http://sourceforge.net/projects/yajsw/
-    Yet Another Java Service Wrapper
-  https://github.com/kohsuke/winsw/
-    A wrapper executable that can be used to host any executable as an Windows
-    service
-  http://code.google.com/p/simple-service-wrapper/
-    Simple Windows Service Wrapper
+http://en.wikipedia.org/wiki/Service_wrapper
+  Service wrapper
+http://nssm.cc/
+  NSSM - the Non-Sucking Service Manager
+http://sourceforge.net/projects/yajsw/
+  Yet Another Java Service Wrapper
+https://github.com/kohsuke/winsw/
+  A wrapper executable that can be used to host any executable as an Windows
+  service
+http://code.google.com/p/simple-service-wrapper/
+  Simple Windows Service Wrapper