]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/web/recipes/gpx.rb
Update civicrm to 4.7.23
[chef.git] / cookbooks / web / recipes / gpx.rb
index ecaf854dfaf6216c1df4d34c3b24cfef337b4dab..59d5bc1de684cf3d65a56f870052ef34743fb9cf 100644 (file)
@@ -75,12 +75,11 @@ systemd_service "gpx-import" do
   private_devices true
   protect_system "full"
   protect_home true
-  no_new_privileges true
   restart "on-failure"
   pid_file "#{pid_directory}/gpx-import.pid"
 end
 
-if %w(database_offline database_readonly gpx_offline).include?(node[:web][:status])
+if %w[database_offline database_readonly gpx_offline].include?(node[:web][:status])
   service "gpx-import" do
     action :stop
   end