X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/67dd81a83b573132e0423134ab5dfbbde7da71e3..41b58359dc0299859f28f5e93d64d171db89ab26:/cookbooks/web/recipes/gpx.rb diff --git a/cookbooks/web/recipes/gpx.rb b/cookbooks/web/recipes/gpx.rb index 42011ee0a..370b3113f 100644 --- a/cookbooks/web/recipes/gpx.rb +++ b/cookbooks/web/recipes/gpx.rb @@ -28,7 +28,7 @@ package %w[ libarchive-dev libbz2-dev libexpat1-dev - libgd2-noxpm-dev + libgd-dev libmemcached-dev libpq-dev zlib1g-dev @@ -74,7 +74,6 @@ systemd_service "gpx-import" do exec_start "#{gpx_directory}/src/gpx-import" exec_reload "/bin/kill -HUP $MAINPID" private_tmp true - private_devices true protect_system "full" protect_home true restart "on-failure"