mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-05-29 00:39:00 +00:00
Linger update
This commit is contained in:
parent
4f810244eb
commit
f11da7d535
1 changed files with 7 additions and 0 deletions
|
@ -152,6 +152,13 @@ Enable it on bootup
|
||||||
systemctl --user enable lxc@test
|
systemctl --user enable lxc@test
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Since this is a user service, we need to make sure linger is on for it to respect
|
||||||
|
the enable on boot setting.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo loginctl enable-linger rozek
|
||||||
|
```
|
||||||
|
|
||||||
## Other Resources
|
## Other Resources
|
||||||
|
|
||||||
https://linuxcontainers.org/lxc/getting-started/
|
https://linuxcontainers.org/lxc/getting-started/
|
||||||
|
|
Loading…
Add table
Reference in a new issue