diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-06-30 12:54:31 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-06-30 13:25:16 +0200 |
commit | 8ea257852998ee4b2ee7af18313a7af4e172535d (patch) | |
tree | 3560f27e97cd7c82ca5dd2a8e42a9c583b1dc3a8 /units/kmod-static-nodes.service.in | |
parent | units: adjust Descriptions of various units (diff) | |
download | systemd-8ea257852998ee4b2ee7af18313a7af4e172535d.tar.xz systemd-8ea257852998ee4b2ee7af18313a7af4e172535d.zip |
units: shorten description of kmod-static-nodes.service
As suggested in
https://github.com/systemd/systemd/pull/20058#pullrequestreview-695023490.
Diffstat (limited to 'units/kmod-static-nodes.service.in')
-rw-r--r-- | units/kmod-static-nodes.service.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/kmod-static-nodes.service.in b/units/kmod-static-nodes.service.in index 2f8ba65034..777e82d16b 100644 --- a/units/kmod-static-nodes.service.in +++ b/units/kmod-static-nodes.service.in @@ -8,7 +8,7 @@ # (at your option) any later version. [Unit] -Description=Create List of Static Device Nodes for the Current Kernel +Description=Create List of Static Device Nodes DefaultDependencies=no Before=sysinit.target systemd-tmpfiles-setup-dev.service ConditionCapability=CAP_SYS_MODULE |