Linux Slow Boot Analysis
## Analysis command:
```bash
systemd-analyze blame
```
https://askubuntu.com/questions/760694/really-slow-boot-on-16-04
## Disable some service for a faster startup:
Make sure you know what you're doing before disabling some service.
```bash
sudo systemctl stop some-service
sudo systemctl disable some-service
```
```bash
systemd-analyze blame
```
https://askubuntu.com/questions/760694/really-slow-boot-on-16-04
## Disable some service for a faster startup:
Make sure you know what you're doing before disabling some service.
```bash
sudo systemctl stop some-service
sudo systemctl disable some-service
```
评论
发表评论