X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/8fa2b7a61816cbdfc611f3db9373ec30b21f2915..4f581378f4dfdd9cb5a357b6324985d1d53f9663:/cookbooks/systemd/resources/service.rb?ds=inline diff --git a/cookbooks/systemd/resources/service.rb b/cookbooks/systemd/resources/service.rb index 62c959692..4b53051d3 100644 --- a/cookbooks/systemd/resources/service.rb +++ b/cookbooks/systemd/resources/service.rb @@ -17,6 +17,8 @@ # limitations under the License. # +unified_mode true + default_action :create property :service, String, :name_property => true @@ -46,6 +48,7 @@ property :exec_stop, String property :exec_reload, String property :runtime_directory, String property :runtime_directory_mode, Integer +property :runtime_max_sec, Integer property :standard_input, String, :is => %w[null tty tty-force tty-fail socket] property :standard_output, String,