Fix doc build

pull/18777/head
Toshio Kuratomi 9 years ago committed by Matt Clay
parent a134a71187
commit 07af4c3627

@ -35,7 +35,6 @@ options:
description: description:
- Name of the service to operate on - Name of the service to operate on
required: true required: true
state: state:
description: description:
- State of the service on the system - State of the service on the system
@ -48,35 +47,33 @@ options:
- restarted - restarted
- absent - absent
default: started default: started
application: application:
description: description:
- The application binary to run as a service - The application binary to run as a service
- Specify this whenever the service may need to be installed (state: present, started, stopped, restarted) - "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: - "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""" - "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) - "See commit 0b386fc1984ab74ee59b7bed14b7e8f57212c22b in the nssm.git project for more info (https://git.nssm.cc/?p=nssm.git;a=commit;h=0b386fc1984ab74ee59b7bed14b7e8f57212c22b)"
required: false required: false
default: null default: null
stdout_file: stdout_file:
description: description:
- Path to receive output - Path to receive output
required: false required: false
default: null default: null
stderr_file: stderr_file:
description: description:
- Path to receive error output - Path to receive error output
required: false required: false
default: null default: null
app_parameters: app_parameters:
description: description:
- Parameters to be passed to the application when it starts - Parameters to be passed to the application when it starts
required: false required: false
default: null default: null
author: "Adam Keech (@smadam813), George Frank (@georgefrank)" author:
- "Adam Keech (@smadam813)"
- "George Frank (@georgefrank)"
''' '''
EXAMPLES = ''' EXAMPLES = '''

Loading…
Cancel
Save