]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/systemd/resources/service.rb
Send diff uploads to cgimap
[chef.git] / cookbooks / systemd / resources / service.rb
index f0419b91146221fe333e5c8098c9d1e9d4e5231b..c2d125b1884a3adccabdcb8daf54f153b46b70d5 100644 (file)
@@ -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]