Explorar el Código

Loosen systemd memory security setting to allow Healthchecks ping.

Dan Helfman hace 5 años
padre
commit
32a93ce8a2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      sample/systemd/borgmatic.service

+ 1 - 1
sample/systemd/borgmatic.service

@@ -11,7 +11,7 @@ Type=oneshot
 # For more details about this settings check the systemd manuals
 # https://www.freedesktop.org/software/systemd/man/systemd.exec.html
 LockPersonality=true
-MemoryDenyWriteExecute=yes
+MemoryDenyWriteExecute=no
 NoNewPrivileges=yes
 PrivateDevices=yes
 PrivateTmp=yes