X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/836eb68cbcf384f9ebb0c3d48e3a5a47615039ab..2cf12cfbc6183a1b3821dbbec04a24c7bf5ea8fd:/cookbooks/systemd/resources/service.rb diff --git a/cookbooks/systemd/resources/service.rb b/cookbooks/systemd/resources/service.rb index 26cce2978..62c959692 100644 --- a/cookbooks/systemd/resources/service.rb +++ b/cookbooks/systemd/resources/service.rb @@ -22,7 +22,10 @@ default_action :create property :service, String, :name_property => true property :dropin, String property :description, String +property :condition_path_exists, [String, Array] +property :condition_path_exists_glob, [String, Array] property :after, [String, Array] +property :conflicts, [String, Array] property :wants, [String, Array] property :type, String, :is => %w[simple forking oneshot dbus notify idle] property :limit_nofile, Integer