]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/systemd/resources/service.rb
Improve sandboxing of prometheus collectors
[chef.git] / cookbooks / systemd / resources / service.rb
index 94d0217c637be35b04011eb0a9ae7be0c4e47604..662528c2b81f47e417a08c2fafb83302c92f44aa 100644 (file)
@@ -40,6 +40,7 @@ property :environment, Hash, :default => {}
 property :environment_file, [String, Hash]
 property :user, String
 property :group, String
+property :dynamic_user, [true, false]
 property :working_directory, String
 property :exec_start_pre, [String, Array]
 property :exec_start, [String, Array]