Am 15.02.2015 um 15:24 schrieb Thomas Koch: > Hi, > > I want to know, why sleepd (debian package) does not start. Before systemd I > put a set -x on top of the init.d script and look where the script exits. > > Now the script exits in some systemd lsb script. > > How can I get more info what's going on? >
I would first check the status of the service with systemctl status sleepd.service and journalctl -u sleepd.service You can still add a set -x to the init script, to get a more verbose start. Ideally, add that after the line . /lib/lsb/init-functions Then, start the service as usual, and check the output via journalctl -u sleepd.service -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth?
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Pkg-systemd-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-systemd-maintainers
