]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/systemd/resources/service.rb
Add support for using osm2pgsql-replication on render servers
[chef.git] / cookbooks / systemd / resources / service.rb
index b8a58a88f1c9e8d8ff93e91a5621072bf48cff2c..8cd4406cf5377b964860054f917c7b4478926da5 100644 (file)
@@ -71,6 +71,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,