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-file.frecklet
Size: Mime:
doc:
  short_help: Environment variables for a systemd unit.

args:
  env_vars:
    doc:
      short: Dictionary of environment variable key/values.
    type: dict
    keyschema:
      type: string
frecklets:
- file-with-content:
    path: '{{:: path ::}}'
    group: '{{:: group ::}}'
    owner: '{{:: owner ::}}'
    mode: '{{:: mode ::}}'
    content: "{%:: for k, v in env_vars.items() ::%}{{:: k ::}}={{:: v ::}}\n{%:: endfor ::%}"
meta: {}