Skip to content

Commit

Permalink
imagery: remove mapserver service restrictions
Browse files Browse the repository at this point in the history
  • Loading branch information
Firefishy committed Dec 2, 2024
1 parent 5bbcfa8 commit b755d11
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions cookbooks/imagery/resources/site.rb
Original file line number Diff line number Diff line change
Expand Up @@ -103,21 +103,16 @@

systemd_service "mapserv-fcgi-#{new_resource.site}" do
description "Map server for #{new_resource.site} layer"
environment "MS_MAP_PATTERN" => "^/srv/imagery/mapserver/",
"MS_DEBUGLEVEL" => "0",
environment "MS_DEBUGLEVEL" => "0",
"MS_ERRORFILE" => "stderr",
"GDAL_CACHEMAX" => "512"
limit_nofile 16384
memory_high "1G"
memory_max "4G"
user "imagery"
group "imagery"
exec_start "/usr/bin/multiwatch -f 8 --signal=TERM -- /usr/lib/cgi-bin/mapserv"
standard_input "socket"
sandbox true
restrict_address_families "AF_UNIX"
# Terminate service after 30mins. Service is socket activated
runtime_max_sec 1800
not_if { new_resource.uses_tiler }
end

Expand Down

0 comments on commit b755d11

Please sign in to comment.