X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/5c2f951094034496e684f32aced35f1b089b59bf..29b8151b8011f934785f3434e3826eee78e61943:/cookbooks/systemd/resources/service.rb diff --git a/cookbooks/systemd/resources/service.rb b/cookbooks/systemd/resources/service.rb index 1194d4fd6..35655dc7a 100644 --- a/cookbooks/systemd/resources/service.rb +++ b/cookbooks/systemd/resources/service.rb @@ -29,8 +29,10 @@ property :condition_path_exists_glob, [String, Array] property :after, [String, Array] property :conflicts, [String, Array] property :wants, [String, Array] +property :requires, [String, Array] property :joins_namespace_of, [String, Array] property :type, String, :is => %w[simple forking oneshot dbus notify idle] +property :notify_access, String, :is => %w[none main exec all] property :limit_nofile, Integer property :limit_as, [Integer, String] property :limit_cpu, [Integer, String] @@ -46,7 +48,8 @@ property :working_directory, String property :exec_start_pre, [String, Array] property :exec_start, [String, Array] property :exec_start_post, [String, Array] -property :exec_stop, String +property :exec_stop, [String, Array] +property :exec_stop_post, [String, Array] property :exec_reload, String property :runtime_directory, String property :runtime_directory_mode, Integer