diff options
Diffstat (limited to 'services/tmpfsrun.in')
-rw-r--r-- | services/tmpfsrun.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/services/tmpfsrun.in b/services/tmpfsrun.in index d20e782..c34eccb 100644 --- a/services/tmpfsrun.in +++ b/services/tmpfsrun.in @@ -2,6 +2,7 @@ description "mount /run" type wait target boot before vfs +after tmpfsvar exec "@SBINPATH@/mount" -t tmpfs none /run exec "@BINPATH@/mkdir" /run/lock -m 0755 exec "@BINPATH@/ln" -s /run /var/run |