8cc63cb5b2b20ae5ad91ca046019c13bea50736e
podman-tuto-guillaume.md
... | ... | @@ -1,4 +1,3 @@ |
1 | - |
|
2 | 1 | Ubuntu |
3 | 2 | |
4 | 3 | ``` |
... | ... | @@ -9,7 +8,8 @@ sudo apt-get -y install podman |
9 | 8 | |
10 | 9 | ### Run containers using systemctl as user even when user is logged out |
11 | 10 | |
12 | -```# In order to enable executing process with logged out shell |
|
11 | +``` |
|
12 | +# In order to enable executing process with logged out shell |
|
13 | 13 | loginctl enable-linger user |
14 | 14 | # Move to user systemd dir |
15 | 15 | cd ~/.config/systemd/user/ |