On Nov 10, Michael Meskes wrote: > Could you tell me which other services you have included in graphical.target? > On my system the current setup works flawlessly. Could very well be that I > made > a mistake when setting the After: fields.
It's the standard file from the systemd installation, no manual changes. /lib/systemd/system/graphical.target: # This file is part of systemd. # # systemd is free software; you can redistribute it and/or # modify it # under the terms of the GNU Lesser General Public License as # published by # the Free Software Foundation; either version 2.1 of the # License, or # (at your option) any later version. [Unit] Description=Graphical Interface Documentation=man:systemd.special(7) Requires=multi-user.target After=multi-user.target Conflicts=rescue.target Wants=display-manager.service AllowIsolate=yes There's no graphical display manager installed on the system though, in case that matters. The according line from the log is: systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory. Regards Uwe _______________________________________________ Pkg-systemd-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-systemd-maintainers
