]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/tilelog/recipes/default.rb
Configure wal_level on database slaves
[chef.git] / cookbooks / tilelog / recipes / default.rb
index b911dacffc8040950b2433b40dc012a6342798bc..44791c28868e797732ec8d388b62cdbe5573365f 100644 (file)
@@ -55,10 +55,7 @@ systemd_service "tilelog" do
   user "www-data"
   exec_start "/usr/local/bin/tilelog"
   nice 10
-  private_tmp true
-  private_devices true
-  protect_system "strict"
-  protect_home true
+  sandbox :enable_network => true
   read_write_paths tilelog_output_directory
 end