I found that one of my users' workstation is, for some reason, running systemd-sleep. I cannot find, anywhere on the system. system-sleep.conf (or systemd-sleep.conf), nor do I find systemctl status system[d]-sleep. How can I turn this thing off, other than renaming /usr/lib/systemd/systemd-sleep? mark
https://www.freedesktop.org/software/systemd/man/systemd-sleep.conf.html On Mon, Jun 17, 2019 at 9:44 AM mark <m.roth at 5-cent.us> wrote:> I found that one of my users' workstation is, for some reason, running > systemd-sleep. I cannot find, anywhere on the system. system-sleep.conf > (or systemd-sleep.conf), nor do I find systemctl status system[d]-sleep. > > How can I turn this thing off, other than renaming > /usr/lib/systemd/systemd-sleep? > > mark > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos >-- Tate Belden "The Dungeon <http://ka7o.net>" We are dreamers, shapers, singers and makers. We study the mysteries of laser and circuit, crystal and scanner, holographic demons and invocations of equations. These are the tools we employ, and we know many things. --Elric
Tate Belden wrote:> https://www.freedesktop.org/software/systemd/man/systemd-sleep.conf.html > > On Mon, Jun 17, 2019 at 9:44 AM mark <m.roth at 5-cent.us> wrote: > > >> I found that one of my users' workstation is, for some reason, running >> systemd-sleep. I cannot find, anywhere on the system. system-sleep.conf >> (or systemd-sleep.conf), nor do I find systemctl status >> system[d]-sleep. >> >> How can I turn this thing off, other than renaming >> /usr/lib/systemd/systemd-sleep? >>Please don't top post. Thanks - I didn't read it carefully enough, because there is *no* conf file with commented out settings. I'm also underwhelmed that the correct way to turn it off is for me to make a symlink, rather than systemctl disable systemd-sleep. mark