Skip to content

Commit

Permalink
Copyedit
Browse files Browse the repository at this point in the history
  • Loading branch information
ssorj committed Feb 2, 2024
1 parent 496b77d commit b7b015f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/skewer/standardsteps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,8 @@ podman/set_up_your_podman_network:
apply: test
- run: systemctl --user enable --now podman.socket
postamble: |
If `systemctl` is not available, you can also use the following command:
If the `systemctl` command doesn't work, you can try the `podman
system service` command instead:
~~~
podman system service --time=0 unix://$XDG_RUNTIME_DIR/podman/podman.sock &
Expand Down

0 comments on commit b7b015f

Please sign in to comment.