From: Tom Gundersen Date: Mon, 27 Oct 2014 16:15:42 +0000 (+0100) Subject: units: tmpfiles-setup-dev - allow unsafe file creation to happen in /dev at boot X-Git-Tag: v217~50 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=8c94052ee543c3598a3c7b0c46688150aa2c6168;hp=5ebe2ce782a5f4614b3381ba093cbebded3d3ce6 units: tmpfiles-setup-dev - allow unsafe file creation to happen in /dev at boot This will allow us to mark static device nodes with '!' to indicate that they should only be created at early boot. --- diff --git a/units/systemd-tmpfiles-setup-dev.service.in b/units/systemd-tmpfiles-setup-dev.service.in index f3833fdfd..0123a030e 100644 --- a/units/systemd-tmpfiles-setup-dev.service.in +++ b/units/systemd-tmpfiles-setup-dev.service.in @@ -17,4 +17,4 @@ ConditionCapability=CAP_SYS_MODULE [Service] Type=oneshot RemainAfterExit=yes -ExecStart=@rootbindir@/systemd-tmpfiles --prefix=/dev --create +ExecStart=@rootbindir@/systemd-tmpfiles --prefix=/dev --create --boot