]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/systemd/resources/service.rb
Install dbus-systemd gem to the system ruby
[chef.git] / cookbooks / systemd / resources / service.rb
index 11ca0e28c9246384a6e8d8b674fbc51a59e6ccb2..8b380c306699be039fd145fcb8b1577d88ad4c51 100644 (file)
@@ -36,6 +36,7 @@ property :notify_access, String, :is => %w[none main exec all]
 property :limit_nofile, Integer
 property :limit_as, [Integer, String]
 property :limit_cpu, [Integer, String]
+property :limit_core, [Integer, String]
 property :memory_low, [Integer, String]
 property :memory_high, [Integer, String]
 property :memory_max, [Integer, String]