]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/systemd/resources/service.rb
Switch wiki dumps to use systemd timers
[chef.git] / cookbooks / systemd / resources / service.rb
index 313c80c118c4b50433d9d0a61b897830fa5bd86c..ef7c86d760cc76daa0e4e1bc5e58a72b9e7dcd4d 100644 (file)
@@ -41,9 +41,9 @@ property :environment_file, [String, Hash]
 property :user, String
 property :group, String
 property :working_directory, String
-property :exec_start_pre, String
-property :exec_start, String
-property :exec_start_post, String
+property :exec_start_pre, [String, Array]
+property :exec_start, [String, Array]
+property :exec_start_post, [String, Array]
 property :exec_stop, String
 property :exec_reload, String
 property :runtime_directory, String