]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/systemd/resources/service.rb
systemd: add pidfile support
[chef.git] / cookbooks / systemd / resources / service.rb
index 8ef7dcdbb0b93d8781019df4180a16036b1e8122..39abc608e575125bd2d3b7334776a70c08197edb 100644 (file)
@@ -38,6 +38,7 @@ property :exec_reload, String
 property :restart, String,
          :is => %w(on-success on-failure on-abnormal on-watchdog on-abort always)
 property :timeout_sec, Fixnum
+property :pid_file, String
 
 action :create do
   template "/etc/systemd/system/#{name}.service" do