diff options
author | 2014-10-27 17:15:42 +0100 | |
---|---|---|
committer | 2014-10-27 17:40:24 +0100 | |
commit | 8c94052ee543c3598a3c7b0c46688150aa2c6168 (patch) | |
tree | 0d3abf36b946ef60fc41caf2200c484e9bcc861b /units/systemd-tmpfiles-setup-dev.service.in | |
parent | sd-bus: sync kdbus.h (ABI break) (diff) | |
download | systemd-8c94052ee543c3598a3c7b0c46688150aa2c6168.tar.gz systemd-8c94052ee543c3598a3c7b0c46688150aa2c6168.tar.bz2 systemd-8c94052ee543c3598a3c7b0c46688150aa2c6168.zip |
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.
Diffstat (limited to 'units/systemd-tmpfiles-setup-dev.service.in')
-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 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 |