Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
pycklets / resources / frecklet / init-service-stopped.frecklet
Size: Mime:
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 ::}}'