]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/systemd/resources/service.rb
Install dbus-systemd gem to the system ruby
[chef.git] / cookbooks / systemd / resources / service.rb
index b8a58a88f1c9e8d8ff93e91a5621072bf48cff2c..8b380c306699be039fd145fcb8b1577d88ad4c51 100644 (file)
@@ -36,6 +36,7 @@ property :notify_access, String, :is => %w[none main exec all]
 property :limit_nofile, Integer
 property :limit_as, [Integer, String]
 property :limit_cpu, [Integer, String]
+property :limit_core, [Integer, String]
 property :memory_low, [Integer, String]
 property :memory_high, [Integer, String]
 property :memory_max, [Integer, String]
@@ -45,6 +46,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]
@@ -54,6 +56,7 @@ property :exec_reload, String
 property :runtime_max_sec, Integer
 property :runtime_directory, String
 property :runtime_directory_mode, Integer
+property :runtime_directory_preserve, [true, false, String]
 property :state_directory, String
 property :state_directory_mode, Integer
 property :cache_directory, String
@@ -71,6 +74,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,
@@ -103,6 +107,7 @@ property :memory_deny_write_execute, [true, false]
 property :restrict_realtime, [true, false]
 property :restrict_suid_sgid, [true, false]
 property :remove_ipc, [true, false]
+property :stop_when_unneeded, [true, false]
 property :system_call_filter, [String, Array]
 property :system_call_architectures, [String, Array]
 property :tasks_max, Integer