Instead of requiring the user to always specifying a command to launch, default to spawning a shell (/bin/sh) if no command has been specified. |
4 months ago | |
---|---|---|
.gitignore | 4 months ago | |
AUTHORS | 4 months ago | |
COPYING | 4 months ago | |
Makefile.am | 4 months ago | |
README.md | 4 months ago | |
configure.ac | 4 months ago | |
inhibitor.cpp | 4 months ago | |
inhibitor.h | 4 months ago | |
pm-inhibit.cpp | 4 months ago |
README.md
pm-inhibit - Power Management inhibitor
Pm-inhibit is a tool to prevent a computer from going into any kind of
“sleep mode” while a given program is running. It is intended as a
replacement for systemd-inhibit
, for systems where systemd itself is
not available (e.g., Slackware distributions) but where the desktop
environment provides systemd-compatible DBus services.
Usage
Call pm-inhibit
with the name of the program you want to run
unhindered by power management features:
$ pm-inhibit /usr/bin/qjackctl
This will request the inhibition of power management features and start the QjackCtl application. The inhibition will be released when QjackCtl terminates.
Copying
Pm-inhibit is distributed under the terms of the GNU General Public License, version 3 or higher. The full license is included in the COPYING file of the source distribution.