Guest User

Untitled

a guest
Dec 17th, 2017
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. systemctl list-unit-files | grep enabled
  2. systemctl list-unit-files --state=enabled
  3.  
  4. $ systemctl list-units | grep LSB | grep grub
  5. grub-common.service loaded active exited LSB: Record successful boot for GRUB
  6.  
  7. $ systemctl list-unit-files | grep enabled | grep grub || echo 'nothing found'
  8. nothing found
  9.  
  10. $ systemctl is-enabled grub-common
  11. grub-common.service is not a native service, redirecting to systemd-sysv-install
  12. Executing /lib/systemd/systemd-sysv-install is-enabled grub-common
  13. enabled
Add Comment
Please, Sign In to add comment