]> 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 66bf7935cb9c2bde97184953883d2d349c46bb8b..c2d125b1884a3adccabdcb8daf54f153b46b70d5 100644 (file)
@@ -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
+property :limit_cpu, [Integer, String]
 property :memory_low, [Integer, String]
 property :memory_high, [Integer, String]
 property :memory_max, [Integer, String]