chiark / gitweb /
units: tmpfiles-setup-dev - allow unsafe file creation to happen in /dev at boot
authorTom Gundersen <teg@jklm.no>
Mon, 27 Oct 2014 16:15:42 +0000 (17:15 +0100)
committerTom Gundersen <teg@jklm.no>
Mon, 27 Oct 2014 16:40:24 +0000 (17:40 +0100)
This will allow us to mark static device nodes with '!' to indicate that they should only be created at early boot.

units/systemd-tmpfiles-setup-dev.service.in

index f3833fdfd583e9932d896ab13a8c028151d2743d..0123a030e4e08f61544785c16398ad121f240934 100644 (file)
@@ -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