Advertisement
Guest User

Untitled

a guest
Apr 25th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. sudo systemctl disable lightdm
  2. [sudo] password for volkodav:
  3. lightdm.service is not a native service, redirecting to systemd-sysv-install.
  4. Executing: /lib/systemd/systemd-sysv-install disable lightdm
  5. volkodav@volkodav:~$ sudo systemctl enable gdm
  6. The unit files have no installation config (WantedBy, RequiredBy, Also, Alias
  7. settings in the [Install] section, and DefaultInstance for template units).
  8. This means they are not meant to be enabled using systemctl.
  9. Possible reasons for having this kind of units are:
  10. 1) A unit may be statically enabled by being symlinked from another unit's
  11. .wants/ or .requires/ directory.
  12. 2) A unit's purpose may be to act as a helper for some other unit which has
  13. a requirement dependency on it.
  14. 3) A unit may be started when needed via activation (socket, path, timer,
  15. D-Bus, udev, scripted systemctl call, ...).
  16. 4) In case of template units, the unit is meant to be enabled with some
  17. instance name specified.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement