diff options
author | Antoine Damhet <antoine.damhet@lse.epita.fr> | 2020-02-02 15:46:38 +0100 |
---|---|---|
committer | Hummer12007 <hilobakho@gmail.com> | 2020-02-02 16:10:40 +0100 |
commit | c314e068268d3266c2a104fd073eee607e75d0c4 (patch) | |
tree | 702bf61fc902d47a49c99116ff38460f5ccba700 | |
parent | 2fe7b1f99abedcc866989208ff95cf73314e321a (diff) |
README: update `ENABLE_SYSTEMD` documentation
Signed-off-by: Antoine Damhet <antoine.damhet@lse.epita.fr>
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ``` |