Re: [systemd-devel] [PATCH] static-nodes: move creation of static nodes from udevd to tmpfiles

2013-07-08 Thread Umut Tezduyar
On Sun, Jul 7, 2013 at 11:17 PM, Tom Gundersen t...@jklm.no wrote: Hi Umut, On Sun, Jul 7, 2013 at 8:11 PM, Umut Tezduyar u...@tezduyar.com wrote: Just a suggestion, can kmod-static-nodes.service be merged to systemd-static-nodes.service and have 2 ExecStartPre= as:

Re: [systemd-devel] [PATCH] static-nodes: move creation of static nodes from udevd to tmpfiles

2013-07-08 Thread Tom Gundersen
On Mon, Jul 8, 2013 at 9:09 AM, Umut Tezduyar u...@tezduyar.com wrote: Hi. I thought they serve for the same purpose. One generates device node information, other one creates the devices. I have no objection either but I thought we have documentation etc ready for systemd-static-nodes.service.

[systemd-devel] [PATCH] static-nodes: move creation of static nodes from udevd to tmpfiles

2013-07-07 Thread Tom Gundersen
Hi guys, Any objections to pushing this patch (attached as I'm having problems with sendmail): As of kmod v14 (currently in Fedora Rawhide and Arch Linux [core]), it is possible to export the static node information from /lib/modules/`uname -r`/modules.devname in tmpfiles.d(5)

Re: [systemd-devel] [PATCH] static-nodes: move creation of static nodes from udevd to tmpfiles

2013-07-07 Thread Umut Tezduyar
Hi Tom, Just a suggestion, can kmod-static-nodes.service be merged to systemd-static-nodes.service and have 2 ExecStartPre= as: ExecStartPre=/usr/bin/mkdir -p /run/tmpfiles.d ExecStartPre=/usr/bin/kmod static-nodes --format=tmpfiles --output=/run/tmpfiles.d/kmod.conf On Sun, Jul 7, 2013 at 4:15

Re: [systemd-devel] [PATCH] static-nodes: move creation of static nodes from udevd to tmpfiles

2013-07-07 Thread Tom Gundersen
Hi Umut, On Sun, Jul 7, 2013 at 8:11 PM, Umut Tezduyar u...@tezduyar.com wrote: Just a suggestion, can kmod-static-nodes.service be merged to systemd-static-nodes.service and have 2 ExecStartPre= as: ExecStartPre=/usr/bin/mkdir -p /run/tmpfiles.d ExecStartPre=/usr/bin/kmod static-nodes