fix: support older systemd hardening settings

This commit is contained in:
Qiufeng
2026-08-04 09:43:34 +08:00
parent 76a0f1ffbd
commit b792f3f21b
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -451,7 +451,7 @@ SuccessExitStatus=143
UMask=0077
NoNewPrivileges=true
PrivateTmp=true
ProtectSystem=strict
ProtectSystem=full
ProtectHome=true
ReadWritePaths="$INSTALL_ROOT" "$CONFIG_ROOT" "$STATE_ROOT" "$LOG_ROOT"