fairyglade / ly

display manager with console UI
Do What The F*ck You Want To Public License
5.33k stars 306 forks source link

The unit files have no installation config. #608

Closed llc0930 closed 2 months ago

llc0930 commented 4 months ago

After updating systemd today, I started getting the following prompt:

The unit files have no installation config (WantedBy=, RequiredBy=, UpheldBy=,
Also=, or Alias= settings in the [Install] section, and DefaultInstance= for
template units). This means they are not meant to be enabled or disabled using systemctl.

Possible reasons for having these kinds of units are:
• A unit may be statically enabled by being symlinked from another unit's
  .wants/, .requires/, or .upholds/ directory.
• A unit's purpose may be to act as a helper for some other unit which has
  a requirement dependency on it.
• A unit may be started when needed via activation (socket, path, timer,
  D-Bus, udev, scripted systemctl call, ...).
• In case of template units, the unit is meant to be enabled with some
  instance name specified.
ingenarel commented 2 months ago

getting the same issue here. happened after i changed the tty to tty1 in the ly config and in the ly.service file.

ffpp2003 commented 2 months ago

Same issue here! on version 1.0.0. ly.service seems to be exactly the same file as version 0.6.0, but for some reason now systemctl complains. You can safely ignore this. Ly launchs anyways on boot

AnErrupTion commented 2 months ago

This is actually fixed with latest versions on systemd. Closing.