This commit is contained in:
2025-08-02 13:17:29 +02:00
parent 38609197fe
commit 4432635d4d

View File

@@ -204,12 +204,10 @@ systemd:
After=network.target modules-load.service
[Service]
StandardOutput=journal+console
StandardError=journal+console
#StandardOutput=journal+console
#StandardError=journal+console
ExecStart=/bin/sh -c 'echo "containerd.service start"'
ExecStart=/usr/bin/containerd
ExecStart=/bin/sh -c 'echo "containerd.service started"'
Restart=always
RestartSec=5
Delegate=yes