aboutsummaryrefslogtreecommitdiff
path: root/services/tmpfsrun
diff options
context:
space:
mode:
Diffstat (limited to 'services/tmpfsrun')
-rw-r--r--services/tmpfsrun11
1 files changed, 0 insertions, 11 deletions
diff --git a/services/tmpfsrun b/services/tmpfsrun
deleted file mode 100644
index 07dbd0a..0000000
--- a/services/tmpfsrun
+++ /dev/null
@@ -1,11 +0,0 @@
-description "mount /run"
-type wait
-target boot
-before vfs
-after tmpfsvar
-exec {
- mount -t tmpfs none /run
- mkdir /run/lock -m 0755
- ln -s /run /var/run
- ln -s /run/lock /var/lock
-}