Fix the systemd unit file for OpenJDK

This commit is contained in:
jvoisin
2019-04-05 19:51:15 +02:00
parent f04ec61d0f
commit 9fb56c031b
+5 -1
View File
@@ -24,7 +24,6 @@ Group=airsonic
# See https://www.freedesktop.org/software/systemd/man/systemd.exec.html
# for details
DevicePolicy=closed
MemoryDenyWriteExecute=yes
NoNewPrivileges=yes
PrivateDevices=yes
PrivateTmp=yes
@@ -45,6 +44,11 @@ ProtectSystem=full
#ProtectSystem=strict
#ReadWritePaths=/var/airsonic
# You can uncomment the following line if you're not using the OpenJDK.
# This will prevent processes from having a memory zone that is both writeable
# and executeable, making hacker's lifes a bit harder.
#MemoryDenyWriteExecute=yes
[Install]
WantedBy=multi-user.target