Unknown lvalue ‘ProtectKernelModules‘ in section ‘Service‘

Nov 29 15:45:51 test1 systemd: [/usr/lib/systemd/system/php-fpm.service:31] Unknown lvalue 'ProtectKernelModules' in section 'Service'
Nov 29 15:45:51 test1 systemd: [/usr/lib/systemd/system/php-fpm.service:38] Unknown lvalue 'ProtectKernelTunables' in section 'Service'
Nov 29 15:45:51 test1 systemd: [/usr/lib/systemd/system/php-fpm.service:44] Unknown lvalue 'ProtectControlGroups' in section 'Service'
Nov 29 15:45:51 test1 systemd: [/usr/lib/systemd/system/php-fpm.service:47] Unknown lvalue 'RestrictRealtime' in section 'Service'
Nov 29 15:45:51 test1 systemd: [/usr/lib/systemd/system/php-fpm.service:54] Unknown lvalue 'RestrictNamespaces' in section 'Service'

vim /usr/lib/systemd/system/php-fpm.service

修改配置

ProtectKernelModules=true

改为

ProtectKernelModules=yes

其他同理。。。

相关推荐

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2023-12-06 22:48:03       94 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2023-12-06 22:48:03       101 阅读
  3. 在Django里面运行非项目文件

    2023-12-06 22:48:03       82 阅读
  4. Python语言-面向对象

    2023-12-06 22:48:03       91 阅读

热门阅读

  1. vue管理系统模版

    2023-12-06 22:48:03       65 阅读
  2. UVa1583生成元(Digit Generator)

    2023-12-06 22:48:03       53 阅读
  3. Python 模块的使用方法

    2023-12-06 22:48:03       65 阅读
  4. AIGC: 关于ChatGPT中基于Whisper模型实现音频转文本

    2023-12-06 22:48:03       57 阅读
  5. C语言词法陷阱

    2023-12-06 22:48:03       54 阅读
  6. C# IList 与List区别&二叉树的层序遍历

    2023-12-06 22:48:03       51 阅读
  7. 面试:如何故意减慢网站速度?

    2023-12-06 22:48:03       57 阅读
  8. 普中STM32 单片机资料

    2023-12-06 22:48:03       48 阅读
  9. 转载:利用Flask实现深度学习模型部署

    2023-12-06 22:48:03       59 阅读
  10. python中的迭代器、生成器和装饰器(一)

    2023-12-06 22:48:03       58 阅读