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:
@@ -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}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user