Skip to content

Commit

Permalink
imagery: use stop_when_unneeded for mapserver service
Browse files Browse the repository at this point in the history
  • Loading branch information
Firefishy committed Dec 3, 2024
1 parent b95a089 commit 5995b6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cookbooks/imagery/resources/site.rb
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
"MS_ERRORFILE" => "stderr",
"GDAL_CACHEMAX" => "512"
limit_nofile 16384
stop_when_unneeded true
user "imagery"
group "imagery"
exec_start "/usr/bin/multiwatch -f 8 --signal=TERM -- /usr/lib/cgi-bin/mapserv"
Expand Down

0 comments on commit 5995b6b

Please sign in to comment.