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 / systemd-service-config.frecklet
Size: Mime:
doc:
  short_help: Configuration file for environment variables to configure a systemd service.

args:
  service_name:
    doc:
      short_help: The name of the service.
    type: string
    required: true

frecklets:
- systemd-service-config-file:
    env_vars: '{{:: env_vars ::}}'
    path: '/etc/conf.d/{{:: service_name ::}}'
    owner: root
    group: root
    mode: '0600'
meta: {}