X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/a787f7308f0de6a2fe2c9b394414f554882aa58f..8fa2b7a61816cbdfc611f3db9373ec30b21f2915:/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