还可以通过系统层面完全禁用并防止启动 systemd-journald
相关服务,覆盖系统配置来实现:
在 /etc/systemd/system
中创建这些服务的覆写文件:
sudo systemctl edit systemd-journald.service
sudo systemctl edit systemd-journald.socket
sudo systemctl edit systemd-journald-dev-log.socket
以上三个文件都新建为:
[Service]
ExecStart=
ExecStart=/bin/true
最后重启设备