]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/systemd/resources/service.rb
Better CPU/IO scheduling for cron on tilecaches
[chef.git] / cookbooks / systemd / resources / service.rb
index 282b36178890afc90949c0b34a1452ed792038f6..4758f7af57f52b07fa056d7536b146b3246d8b5c 100644 (file)
@@ -62,6 +62,9 @@ property :no_new_privileges, [TrueClass, FalseClass]
 property :tasks_max, Integer
 property :timeout_sec, Integer
 property :pid_file, String
 property :tasks_max, Integer
 property :timeout_sec, Integer
 property :pid_file, String
+property :nice, Integer
+property :io_scheduling_class, [Integer, String]
+property :io_scheduling_priority, Integer
 
 action :create do
   service_variables = new_resource.to_hash
 
 action :create do
   service_variables = new_resource.to_hash