]>
Commit | Line | Data |
---|---|---|
663996b3 MS |
1 | # This file is part of systemd. |
2 | # | |
3 | # systemd is free software; you can redistribute it and/or modify it | |
4 | # under the terms of the GNU Lesser General Public License as published by | |
5 | # the Free Software Foundation; either version 2.1 of the License, or | |
6 | # (at your option) any later version. | |
7 | ||
8 | [Unit] | |
14228c0d | 9 | Description=Create list of required static device nodes for the current kernel |
663996b3 | 10 | DefaultDependencies=no |
14228c0d | 11 | Before=sysinit.target systemd-tmpfiles-setup-dev.service |
5eef597e | 12 | ConditionCapability=CAP_SYS_MODULE |
4c89c718 | 13 | ConditionFileNotEmpty=/lib/modules/%v/modules.devname |
663996b3 MS |
14 | |
15 | [Service] | |
16 | Type=oneshot | |
17 | RemainAfterExit=yes | |
14228c0d | 18 | ExecStart=@KMOD@ static-nodes --format=tmpfiles --output=/run/tmpfiles.d/kmod.conf |