fairyglade / ly

display manager with console UI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The unit files have no installation config.

llc0930 opened this issue · comments

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.

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

commented

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

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