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-started.frecklet
Size: Mime:
doc:
  short_help: Start init-service.
  help: |
    Make sure an init service is started.
  examples:
  - title: Start the 'apache2' service.
    desc: |
      This doesn't enable the 'apache2' service if it isn't already.
    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: true
    name: '{{:: name ::}}'