#60: Dangling symlink /etc/systemd/system/syslog.service -----------------------------+--------------------- Reporter: adelton | Owner: kanarip Type: defect | Status: new Priority: major | Milestone: Component: kickstart pool | Keywords: Blocked By: | Blocking: -----------------------------+--------------------- = bug description =
The Docker images fedora:22 and fedora:23 contain symlink /etc/systemd/system/syslog.service which points to /usr/lib/systemd/system/rsyslog.service which does not exist.
= bug analysis =
Dangling symlinks are not nice and they have the potential to confuse things when systemd in containers is used.
= fix recommendation =
Probably just remove /etc/systemd/system/syslog.service, or point it to some better target.