Repository URL to install this package:
|
Version:
1.0.0b1 ▾
|
doc:
short_help: Stop init-service.
help: |
Make sure an init service is stopped.
examples:
- title: Stop the 'apache2' service.
desc: |
This doesn't enable the 'apache2' service if it is currently enabled.
vars:
name: apache2
meta:
tags:
- init
- systemd
- service
args:
name:
doc:
short_help: The name of the service.
type: string
required: true
cli:
metavar: SERVICE_NAME
param_type: argument
frecklets:
- init-service-configured:
started: false
name: '{{:: name ::}}'