]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
unit: update comment about OOM score
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 20 Nov 2020 08:16:44 +0000 (17:16 +0900)
committerLennart Poettering <lennart@poettering.net>
Mon, 23 Nov 2020 21:21:40 +0000 (22:21 +0100)
Follow-up for 6b2229c6c60d0486f5eb9ed3088f9c780d7c0233.

units/systemd-udevd.service.in

index f20dd50350681277c86c9eba6cb900120faad561..f3458d98e6ce65684a2e345d0d65dbb787aacae3 100644 (file)
@@ -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