Skip to content

Commit 8f0cb8b

Browse files
committed
Add warning about systemd issue
1 parent 2fd1fe9 commit 8f0cb8b

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ inhibit sleep or not until at least the next check period.
3131
The latest version of this document and code is available at
3232
https://github.com/bulletmark/sleep-inhibitor.
3333

34+
:warning: **Warning**: Unfortunately this program is currently
35+
handicapped due to [this systemd
36+
issue](https://github.com/systemd/systemd/issues/14812). Until this
37+
issue is addressed, your system may not automatically [re-]suspend after
38+
it has been inhibited, even though _sleep-inhibitor_ has removed the
39+
inhibit.
40+
3441
### Motivation
3542

3643
When looking for a solution for this issue I found the
@@ -63,12 +70,12 @@ to execute the sleep inhibition lock.
6370
### Installation
6471

6572
[Arch](https://www.archlinux.org/) users can just install
66-
[sleep-inhibitor from the
73+
[_sleep-inhibitor_ from the
6774
AUR](https://aur.archlinux.org/packages/sleep-inhibitor) then skip to
6875
the next Configuration section.
6976

7077
Python 3.6 or later is required. The 3rd party ruamel.yaml package is
71-
also required. Note [sleep-inhibitor is on
78+
also required. Note [_sleep-inhibitor_ is on
7279
PyPI](https://pypi.org/project/sleep-inhibitor/) so just ensure that
7380
`python3-pip` and `python3-wheel` are installed then type the following
7481
to install (or upgrade):

0 commit comments

Comments
 (0)