X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/30ef8745d3eb17586212c0e797158ac373934b58..9b4b2aab7e2feeb21beeff9bce1e466d9c38dba5:/cookbooks/systemd/resources/service.rb diff --git a/cookbooks/systemd/resources/service.rb b/cookbooks/systemd/resources/service.rb index 94d0217c6..1194d4fd6 100644 --- a/cookbooks/systemd/resources/service.rb +++ b/cookbooks/systemd/resources/service.rb @@ -29,6 +29,7 @@ property :condition_path_exists_glob, [String, Array] property :after, [String, Array] property :conflicts, [String, Array] property :wants, [String, Array] +property :joins_namespace_of, [String, Array] property :type, String, :is => %w[simple forking oneshot dbus notify idle] property :limit_nofile, Integer property :limit_as, [Integer, String] @@ -40,6 +41,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]