2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-07 04:40:57 +08:00

fix: 自启动podman socket

This commit is contained in:
耗子
2024-06-16 04:38:28 +08:00
parent 20e5122425
commit d41862f63b
3 changed files with 7 additions and 1 deletions

View File

@@ -37,8 +37,10 @@ else
fi
systemctl enable podman
systemctl enable podman.socket
systemctl enable podman-restart
systemctl start podman
systemctl start podman.socket
systemctl start podman-restart
panel writePlugin podman ${podmanVersion}

View File

@@ -116,8 +116,10 @@ if version_lt "$oldVersion" "2.2.9"; then
cp /usr/share/containers/storage.conf /etc/containers/storage.conf
fi
systemctl enable podman
systemctl enable podman.socket
systemctl enable podman-restart
systemctl start podman
systemctl start podman.socket
systemctl start podman-restart
fi
fi