Skip to content

Commit

Permalink
docs: create parent dirs for podman user service (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
bronson authored Nov 24, 2024
1 parent 0d961ae commit 94d2e2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ By default, UCore does not automatically start `restart: always` containers on s

```bash
# Copy the system's podman-restart service to the user location
mkdir -p /var/home/core/.config/systemd/user
cp /lib/systemd/system/podman-restart.service /var/home/core/.config/systemd/user

# Enable the user service
Expand Down

0 comments on commit 94d2e2e

Please sign in to comment.