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