X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a7e6b1e0ee32cb3e4c60cbda8183b2ca5b23dde0..bac2546111fc4271f2cca1ea64706f4725edca89:/cookbooks/systemd/resources/service.rb diff --git a/cookbooks/systemd/resources/service.rb b/cookbooks/systemd/resources/service.rb index 772999f1d..f0419b911 100644 --- a/cookbooks/systemd/resources/service.rb +++ b/cookbooks/systemd/resources/service.rb @@ -27,6 +27,7 @@ property :type, String, :default => "simple", :is => %w[simple forking oneshot dbus notify idle] property :limit_nofile, Integer +property :limit_as, [Integer, String] property :memory_low, [Integer, String] property :memory_high, [Integer, String] property :memory_max, [Integer, String]