X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/03cbe3638e5aee35453da58e2789f8bc7ba58f89..64602183a4d489484086f51b5cb4ad6f3dd59387:/cookbooks/systemd/resources/service.rb diff --git a/cookbooks/systemd/resources/service.rb b/cookbooks/systemd/resources/service.rb index c2d125b18..66bf7935c 100644 --- a/cookbooks/systemd/resources/service.rb +++ b/cookbooks/systemd/resources/service.rb @@ -28,7 +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 :limit_cpu, Integer property :memory_low, [Integer, String] property :memory_high, [Integer, String] property :memory_max, [Integer, String]