X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/a884ecbc667c29750d26ca2ad8f325f857ead5d3..03304582f8cbbb14d634498f9c31636452cdf532:/cookbooks/systemd/resources/service.rb diff --git a/cookbooks/systemd/resources/service.rb b/cookbooks/systemd/resources/service.rb index 8ef7dcdbb..39abc608e 100644 --- a/cookbooks/systemd/resources/service.rb +++ b/cookbooks/systemd/resources/service.rb @@ -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