ubuntu:boot:speed_up_boot
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ubuntu:boot:speed_up_boot [2019/11/25 22:06] – peter | ubuntu:boot:speed_up_boot [2020/07/15 09:30] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 9: | Line 9: | ||
</ | </ | ||
- | returns | + | returns: |
<code bash> | <code bash> | ||
Line 196: | Line 196: | ||
---- | ---- | ||
- | ===== Disabling services completely. ===== | + | ===== Disabling services completely ===== |
If you want to completely disable a service so that it can't be started, you should use mask instead of disable. Like this | If you want to completely disable a service so that it can't be started, you should use mask instead of disable. Like this | ||
Line 212: | Line 212: | ||
Failed to start some-service.service: | Failed to start some-service.service: | ||
+ | ---- | ||
+ | |||
+ | ===== Re-enable a service ===== | ||
+ | |||
+ | If you want to re-enable a service: | ||
+ | |||
+ | <code bash> | ||
+ | sudo systemctl unmask < | ||
+ | sudo systemctl enable < | ||
+ | </ | ||
ubuntu/boot/speed_up_boot.1574719603.txt.gz · Last modified: 2020/07/15 09:30 (external edit)