Advertisement
Guest User

Untitled

a guest
Nov 11th, 2020
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.11 KB | None | 0 0
  1. [veronika@zaglotova ~]$ sudo systemctl enable earlyoom
  2. Created symlink /etc/systemd/system/multi-user.target.wants/earlyoom.service → /usr/lib/systemd/system/earlyoom.service.
  3. [veronika@zaglotova ~]$
  4. [veronika@zaglotova ~]$ sudo systemctl --type=service --state=active
  5. UNIT LOAD ACTIVE SUB DESCRIPTION >
  6. bumblebeed.service loaded active running Bumblebee C Daemon >
  7. cpupower-gui-helper.service loaded active running cpupower-gui system helper >
  8. dbus.service loaded active running D-Bus System Message Bus >
  9. kmod-static-nodes.service loaded active exited Create list of static device nodes for the current kernel >
  10. lightdm.service loaded active running Light Display Manager >
  11. lvm2-lvmetad.service loaded active running LVM2 metadata daemon >
  12. lvm2-monitor.service loaded active exited Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress poll>
  13. NetworkManager.service loaded active running Network Manager >
  14. polkit.service loaded active running Authorization Manager >
  15. rtkit-daemon.service loaded active running RealtimeKit Scheduling Policy Service >
  16. systemd-backlight@backlight:intel_backlight.service loaded active exited Load/Save Screen Backlight Brightness of backlight:intel_backlight >
  17. systemd-binfmt.service loaded active exited Set Up Additional Binary Formats >
  18. systemd-fsck@dev-sda1.service loaded active exited File System Check on /dev/sda1 >
  19. systemd-journal-flush.service loaded active exited Flush Journal to Persistent Storage >
  20. systemd-journald.service loaded active running Journal Service >
  21. systemd-logind.service loaded active running User Login Management >
  22. systemd-modules-load.service loaded active exited Load Kernel Modules >
  23. systemd-random-seed.service loaded active exited Load/Save Random Seed >
  24. systemd-remount-fs.service loaded active exited Remount Root and Kernel File Systems >
  25. systemd-swap.service loaded active exited Manage swap spaces on zram, files and partitions. >
  26. systemd-sysctl.service loaded active exited Apply Kernel Variables >
  27. systemd-tmpfiles-setup-dev.service loaded active exited Create Static Device Nodes in /dev >
  28. systemd-tmpfiles-setup.service loaded active exited Create Volatile Files and Directories >
  29. systemd-udev-trigger.service loaded active exited Coldplug All udev Devices >
  30. systemd-udevd.service loaded active running Rule-based Manager for Device Events and Files >
  31. systemd-update-utmp.service loaded active exited Update UTMP about System Boot/Shutdown >
  32. systemd-user-sessions.service loaded active exited Permit User Sessions >
  33. thermald.service loaded active running Thermal Daemon Service >
  34. udisks2.service loaded active running Disk Manager >
  35. upower.service loaded active running Daemon for power management >
  36. user-runtime-dir@1000.service loaded active exited User Runtime Directory /run/user/1000 >
  37. user@1000.service loaded active running User Manager for UID 1000 >
  38. wpa_supplicant.service loaded active running WPA supplicant >
  39.  
  40. LOAD = Reflects whether the unit definition was properly loaded.
  41. ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
  42. SUB = The low-level unit activation state, values depend on unit type.
  43.  
  44. 33 loaded units listed.
  45. [veronika@zaglotova ~]$ sudo systemctl --type=service --state=active | grep oom
  46. [veronika@zaglotova ~]$ sudo systemctl --type=service | grep oom
  47. [veronika@zaglotova ~]$ sudo systemctl --type=service | grep -i oom
  48. [veronika@zaglotova ~]$ sudo systemctl status earlyoom.service
  49. ● earlyoom.service - Early OOM Daemon
  50. Loaded: loaded (/usr/lib/systemd/system/earlyoom.service; enabled; vendor preset: disabled)
  51. Active: inactive (dead)
  52. Docs: man:earlyoom(1)
  53. https://github.com/rfjakob/earlyoom
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement