diff options
author | Tom Gundersen <teg@jklm.no> | 2014-10-27 17:15:42 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-10-29 23:56:56 -0400 |
commit | e02f23eef784445c585666257dd8fc181c9f45ca (patch) | |
tree | b2e5b105b9864b7f47adb8db0c4ddce449cf25e1 | |
parent | bb69bfce89025ebc36f48e80f995c0725d561546 (diff) |
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.
(cherry picked from commit 8c94052ee543c3598a3c7b0c46688150aa2c6168)
-rw-r--r-- | units/systemd-tmpfiles-setup-dev.service.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-tmpfiles-setup-dev.service.in b/units/systemd-tmpfiles-setup-dev.service.in index 11c5ce24e..4ba33fd39 100644 --- a/units/systemd-tmpfiles-setup-dev.service.in +++ b/units/systemd-tmpfiles-setup-dev.service.in @@ -15,4 +15,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 |