Advertisement
Guest User

Untitled

a guest
Mar 19th, 2013
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.09 KB | None | 0 0
  1. $ ls /etc/systemd/system
  2. auditd.service
  3. bumblebeed.service
  4. dbus-org.wicd.daemon.service
  5. default.target
  6. default.target.wants
  7. display-manager.service
  8. getty.target.wants
  9. graphical.target.wants
  10. multi-user.target.wants
  11. plymouth-quit-wait.service
  12. plymouth-start.service
  13. rtorrent.service
  14. syslog.service
  15. system-update.target.wants
  16.  
  17. $ systemctl -t service
  18. UNIT LOAD ACTIVE SUB DESCRIPTION
  19. bumblebeed.service loaded active running Bumblebee C Daemon
  20. cronie.service loaded active running Periodic Command Scheduler
  21. dbus.service loaded active running D-Bus System Message Bus
  22. dkms.service loaded active exited Dynamic Kernel Modules System
  23. dropbox@m42a.service loaded active running Dropbox
  24. getty@tty1.service loaded active running Getty on tty1
  25. laptop-mode.service loaded active exited Laptop Mode Tools
  26. lm_sensors.service loaded active exited Initialize hardware monitoring sensors
  27. ntpd.service loaded active running Network Time Service
  28. rc-local.service loaded active exited /etc/rc.local Compatibility
  29. rtorrent.service loaded active running rtorrent Service
  30. syslog-ng.service loaded active running System Logger Daemon
  31. systemd-binfmt.service loaded active exited Set Up Additional Binary Formats
  32. systemd-journald.service loaded active running Journal Service
  33. systemd-logind.service loaded active running Login Service
  34. systemd-modules-load.service loaded active exited Load Kernel Modules
  35. systemd-readahead-collect.service loaded active exited Collect Read-Ahead Data
  36. systemd-readahead-replay.service loaded active exited Replay Read-Ahead Data
  37. systemd-remount-fs.service loaded active exited Remount Root and Kernel File Systems
  38. systemd-sysctl.service loaded active exited Apply Kernel Variables
  39. systemd-tmpfiles-setup.service loaded active exited Recreate Volatile Files and Directories
  40. systemd-udev-trigger.service loaded active exited udev Coldplug all Devices
  41. systemd-udevd.service loaded active running udev Kernel Device Manager
  42. systemd-user-sessions.service loaded active exited Permit User Sessions
  43. systemd-vconsole-setup.service loaded active exited Setup Virtual Console
  44. wicd.service loaded active running Wicd a wireless and wired network manager for Linux
  45. xdm.service loaded active running X-Window Display Manager
  46.  
  47. LOAD = Reflects whether the unit definition was properly loaded.
  48. ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
  49. SUB = The low-level unit activation state, values depend on unit type.
  50.  
  51. 27 loaded units listed. Pass --all to see loaded but inactive units, too.
  52. To show all installed unit files use 'systemctl list-unit-files'.
  53.  
  54. $ systemctl -t target
  55. UNIT LOAD ACTIVE SUB DESCRIPTION
  56. arch-daemons.target loaded active active Arch Daemons
  57. basic.target loaded active active Basic System
  58. cryptsetup.target loaded active active Encrypted Volumes
  59. getty.target loaded active active Login Prompts
  60. graphical.target loaded active active Graphical Interface
  61. local-fs-pre.target loaded active active Local File Systems (Pre)
  62. local-fs.target loaded active active Local File Systems
  63. multi-user.target loaded active active Multi-User
  64. network.target loaded active active Network
  65. remote-fs.target loaded active active Remote File Systems
  66. sockets.target loaded active active Sockets
  67. swap.target loaded active active Swap
  68. sysinit.target loaded active active System Initialization
  69.  
  70. LOAD = Reflects whether the unit definition was properly loaded.
  71. ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
  72. SUB = The low-level unit activation state, values depend on unit type.
  73.  
  74. 13 loaded units listed. Pass --all to see loaded but inactive units, too.
  75. To show all installed unit files use 'systemctl list-unit-files'.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement