mirror of
https://github.com/Brandon-Rozek/website.git
synced 2024-11-09 10:40:34 -05: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
|
||||
```
|
||||
|
||||
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
|
||||
|
||||
https://linuxcontainers.org/lxc/getting-started/
|
||||
|
|
Loading…
Reference in a new issue