User Tools

Site Tools


ubuntu:boot:speed_up_boot

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ubuntu:boot:speed_up_boot [2019/11/25 22:06] peterubuntu:boot:speed_up_boot [2020/07/15 09:30] (current) – external edit 127.0.0.1
Line 9: Line 9:
 </code> </code>
  
-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: Unit some-service.service is masked. Failed to start some-service.service: Unit some-service.service is masked.
  
 +----
 +
 +===== Re-enable a service =====
 +
 +If you want to re-enable a service:
 +
 +<code bash>
 +sudo systemctl unmask <SERVICE-NAME>
 +sudo systemctl enable <SERVICE-NAME>
 +</code>
  
  
ubuntu/boot/speed_up_boot.1574719603.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki