Advertisement
Guest User

Untitled

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