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.
This commit is contained in:
Tom Gundersen 2014-10-27 17:15:42 +01:00
parent 5ebe2ce782
commit 8c94052ee5
1 changed files with 1 additions and 1 deletions

View 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