]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/systemd/resources/service.rb
Remove munin-server GHA test
[chef.git] / cookbooks / systemd / resources / service.rb
index b8a58a88f1c9e8d8ff93e91a5621072bf48cff2c..4a2480489d63a02b7e220e901fedc631d09ccffa 100644 (file)
@@ -45,6 +45,7 @@ property :user, String
 property :group, String
 property :dynamic_user, [true, false]
 property :working_directory, String
+property :umask, String
 property :exec_start_pre, [String, Array]
 property :exec_start, [String, Array]
 property :exec_start_post, [String, Array]
@@ -71,6 +72,7 @@ property :standard_error, String,
 property :success_exit_status, [Integer, String, Array]
 property :restart, String,
          :is => %w[on-success on-failure on-abnormal on-watchdog on-abort always]
+property :restart_sec, [Integer, String]
 property :protect_proc, String,
          :is => %w[noaccess invisible ptraceable default]
 property :proc_subset, String,