1 # DO NOT EDIT - This file is being maintained by Chef
 
   4 Description=<%= @description %>
 
   6 After=<%= Array(@after).join(" ") %>
 
   9 Wants=<%= Array(@wants).join(" ") %>
 
  13 <% Array(@path_exists).each do |path| -%>
 
  14 PathExists=<%= path %>
 
  16 <% Array(@path_exists_glob).each do |path| -%>
 
  17 PathExistsGlob=<%= path %>
 
  19 <% Array(@path_changed).each do |path| -%>
 
  20 PathChanged=<%= path %>
 
  22 <% Array(@path_modified).each do |path| -%>
 
  23 PathModified=<%= path %>
 
  25 <% Array(@directory_not_empty).each do |path| -%>
 
  26 DirectoryNotEmpty=<%= path %>
 
  31 <% if @make_directory -%>
 
  32 MakeDirectory=<%= @make_directory %>
 
  34 <% if @directory_mode -%>
 
  35 DirectoryMode=<%= sprintf("0%o", @directory_mode) %>
 
  39 WantedBy=multi-user.target