kmod-static-nodes.service.in | kmod-static-nodes.service.in | |||
---|---|---|---|---|
skipping to change at line 12 | skipping to change at line 12 | |||
# | # | |||
# systemd is free software; you can redistribute it and/or modify it | # systemd is free software; you can redistribute it and/or modify it | |||
# under the terms of the GNU Lesser General Public License as published by | # under the terms of the GNU Lesser General Public License as published by | |||
# the Free Software Foundation; either version 2.1 of the License, or | # the Free Software Foundation; either version 2.1 of the License, or | |||
# (at your option) any later version. | # (at your option) any later version. | |||
[Unit] | [Unit] | |||
Description=Create list of required static device nodes for the current ker nel | Description=Create list of required static device nodes for the current ker nel | |||
DefaultDependencies=no | DefaultDependencies=no | |||
Before=sysinit.target systemd-tmpfiles-setup-dev.service | Before=sysinit.target systemd-tmpfiles-setup-dev.service | |||
ConditionCapability=CAP_MKNOD | ConditionCapability=CAP_SYS_MODULE | |||
ConditionPathExists=/lib/modules/%v/modules.devname | ConditionPathExists=/lib/modules/%v/modules.devname | |||
[Service] | [Service] | |||
Type=oneshot | Type=oneshot | |||
RemainAfterExit=yes | RemainAfterExit=yes | |||
ExecStart=@KMOD@ static-nodes --format=tmpfiles --output=/run/tmpfiles.d/km od.conf | ExecStart=@KMOD@ static-nodes --format=tmpfiles --output=/run/tmpfiles.d/km od.conf | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |