diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-11-20 09:16:44 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2020-11-23 22:21:40 +0100 |
commit | 6671ff5bad55a30973d0d459139d334d74f72ffb (patch) | |
tree | 0e6665837bd3f17fb6a53d0e329940f532a457f5 /units/systemd-udevd.service.in | |
parent | Merge pull request #17669 from yuwata/coccinelle-update (diff) | |
download | systemd-6671ff5bad55a30973d0d459139d334d74f72ffb.tar.xz systemd-6671ff5bad55a30973d0d459139d334d74f72ffb.zip |
unit: update comment about OOM score
Follow-up for 6b2229c6c60d0486f5eb9ed3088f9c780d7c0233.
Diffstat (limited to 'units/systemd-udevd.service.in')
-rw-r--r-- | units/systemd-udevd.service.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-udevd.service.in b/units/systemd-udevd.service.in index f20dd50350..f3458d98e6 100644 --- a/units/systemd-udevd.service.in +++ b/units/systemd-udevd.service.in @@ -19,7 +19,7 @@ ConditionPathIsReadWrite=/sys DeviceAllow=block-* rwm DeviceAllow=char-* rwm Type=notify -# Note that udev also adjusts the OOM score internally and will reset the value internally for its workers +# Note that udev will reset the value internally for its workers OOMScoreAdjust=-1000 Sockets=systemd-udevd-control.socket systemd-udevd-kernel.socket Restart=always |