X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/49035fa1602ce39f429375fc3807c9b00e548937..a93ae59f08772c9b40efb9d7296561f3c880b456:/cookbooks/systemd/resources/service.rb diff --git a/cookbooks/systemd/resources/service.rb b/cookbooks/systemd/resources/service.rb index eff763f32..c31b6d0bc 100644 --- a/cookbooks/systemd/resources/service.rb +++ b/cookbooks/systemd/resources/service.rb @@ -27,6 +27,9 @@ property :type, String, :default => "simple", :is => %w[simple forking oneshot dbus notify idle] property :limit_nofile, Integer +property :memory_low, [Integer, String] +property :memory_high, [Integer, String] +property :memory_max, [Integer, String] property :environment, Hash, :default => {} property :environment_file, [String, Hash] property :user, String