]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/systemd/resources/service.rb
Increase task limit for apache on nominatim servers
[chef.git] / cookbooks / systemd / resources / service.rb
index 3132c63cdcba5829061cb3aef35c10fd986797e1..282b36178890afc90949c0b34a1452ed792038f6 100644 (file)
@@ -59,6 +59,7 @@ property :protect_system, [TrueClass, FalseClass, String]
 property :protect_home, [TrueClass, FalseClass, String]
 property :restrict_address_families, [String, Array]
 property :no_new_privileges, [TrueClass, FalseClass]
+property :tasks_max, Integer
 property :timeout_sec, Integer
 property :pid_file, String