Repository URL to install this package:
|
Version:
1.0.0b1 ▾
|
doc:
short_help: Enable init-service.
help: |
Make sure an init service is enabled.
examples:
- title: Enable the 'apache2' service.
desc: |
This doesn't start the service if it is not currently running.
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:
enabled: true
name: '{{:: name ::}}'