feat(link): include bash in the sudo command
This commit is contained in:
parent
3a26501c58
commit
c3adb00948
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
Podman user: {{ podman_link_podman_rootless_user }}
|
Podman user: {{ podman_link_podman_rootless_user }}
|
||||||
=========================================================
|
=========================================================
|
||||||
# Become the podman user
|
# Become the podman user
|
||||||
sudo -iu {{ podman_link_podman_rootless_user }}
|
sudo -iu {{ podman_link_podman_rootless_user }} bash
|
||||||
# Check the Link stack status
|
# Check the Link stack status
|
||||||
systemctl --user status link.target
|
systemctl --user status link.target
|
||||||
# Restart the Link stack
|
# Restart the Link stack
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue