diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-08-19 11:05:58 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-08-19 11:05:58 +0200 |
commit | 265c14cd406b87d544f4ecf695dcde2dd5a0c05d (patch) | |
tree | fd8547f1ff55122f78b09a60d40edb2ba4d04c50 | |
parent | 134075bf30560e3ec6893126f1ae9ed1146cd653 (diff) | |
download | systemd-265c14cd406b87d544f4ecf695dcde2dd5a0c05d.tar.gz |
Rename tmpfiles.d/kmod.conf to static-nodes.conf
It is generated using kmod, but apart from that doesn't have
much to do with kmod.
-rw-r--r-- | units/kmod-static-nodes.service.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/units/kmod-static-nodes.service.in b/units/kmod-static-nodes.service.in index a6c5eb228f..0971edf9ec 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 required static device nodes for the current kernel +Description=Create list of static device nodes for the current kernel DefaultDependencies=no Before=sysinit.target systemd-tmpfiles-setup-dev.service ConditionCapability=CAP_SYS_MODULE @@ -17,4 +17,4 @@ ConditionFileNotEmpty=/lib/modules/%v/modules.devname [Service] Type=oneshot RemainAfterExit=yes -ExecStart=@KMOD@ static-nodes --format=tmpfiles --output=/run/tmpfiles.d/kmod.conf +ExecStart=@KMOD@ static-nodes --format=tmpfiles --output=/run/tmpfiles.d/static-nodes.conf |