mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 12:33:40 +00:00
purge the word app
This commit is contained in:
@@ -71,9 +71,14 @@ async fn init(cfg_path: Option<&str>) -> Result<(), Error> {
|
||||
.arg(&tmp_docker)
|
||||
.invoke(embassy::ErrorKind::Filesystem)
|
||||
.await?;
|
||||
Command::new("systemctl")
|
||||
.arg("stop")
|
||||
.arg("docker")
|
||||
.invoke(embassy::ErrorKind::Journald)
|
||||
.await?;
|
||||
embassy::disk::util::bind(&tmp_docker, "/var/lib/docker", false).await?;
|
||||
Command::new("systemctl")
|
||||
.arg("restart")
|
||||
.arg("start")
|
||||
.arg("docker")
|
||||
.invoke(embassy::ErrorKind::Journald)
|
||||
.await?;
|
||||
|
||||
Reference in New Issue
Block a user