aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Antoine Damhet <antoine.damhet@lse.epita.fr>2020-02-02 15:46:38 +0100
committerGravatar Hummer12007 <hilobakho@gmail.com>2020-02-02 16:10:40 +0100
commitc314e068268d3266c2a104fd073eee607e75d0c4 (patch)
tree702bf61fc902d47a49c99116ff38460f5ccba700
parent2fe7b1f99abedcc866989208ff95cf73314e321a (diff)
README: update `ENABLE_SYSTEMD` documentation
Signed-off-by: Antoine Damhet <antoine.damhet@lse.epita.fr>
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8ae750d..4a710c9 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ Modifying brightness requires write permissions for device files or systemd supp
The behavior is controlled by the `INSTALL_UDEV_RULES` flag (setting it to `1` installs the udev rules, it is the default value).
-The systemd support (since v243) is controlled by the `ENABLE_SYSTEMD` flag (in that case it is recommended to set `INSTALL_UDEV_RULES` to 0).
+The systemd support (since v243) is controlled by the `ENABLE_SYSTEMD` flag (udev rules will not be installed by default).
## Usage
```