Fix doc build

This commit is contained in:
Toshio Kuratomi 2015-09-30 19:57:20 -07:00
parent b69362647a
commit 255666a09d

View file

@ -35,7 +35,6 @@ options:
description:
- Name of the service to operate on
required: true
state:
description:
- State of the service on the system
@ -48,35 +47,33 @@ options:
- restarted
- absent
default: started
application:
description:
- The application binary to run as a service
- Specify this whenever the service may need to be installed (state: present, started, stopped, restarted)
- Note that the application name must look like the following, if the directory includes spaces:
- nssm install service "c:\Program Files\app.exe" """C:\Path with spaces"""
- See commit 0b386fc1984ab74ee59b7bed14b7e8f57212c22b in the nssm.git project for more info (https://git.nssm.cc/?p=nssm.git;a=commit;h=0b386fc1984ab74ee59b7bed14b7e8f57212c22b)
- "Specify this whenever the service may need to be installed (state: present, started, stopped, restarted)"
- "Note that the application name must look like the following, if the directory includes spaces:"
- "nssm install service \\"c:\\Program Files\\app.exe\\" \\"\\"\\"C:\\Path with spaces\\"\\"\\""
- "See commit 0b386fc1984ab74ee59b7bed14b7e8f57212c22b in the nssm.git project for more info (https://git.nssm.cc/?p=nssm.git;a=commit;h=0b386fc1984ab74ee59b7bed14b7e8f57212c22b)"
required: false
default: null
stdout_file:
description:
- Path to receive output
required: false
default: null
stderr_file:
description:
- Path to receive error output
required: false
default: null
app_parameters:
description:
- Parameters to be passed to the application when it starts
required: false
default: null
author: "Adam Keech (@smadam813), George Frank (@georgefrank)"
author:
- "Adam Keech (@smadam813)"
- "George Frank (@georgefrank)"
'''
EXAMPLES = '''