about summary refs log tree commit diff
path: root/core-services/00-pseudofs.sh
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2014-08-07 17:31:52 +0200
committerJuan RP <xtraeme@gmail.com>2014-08-07 17:31:52 +0200
commit782e8546a65cdad914223413a8ad1c9be9e9a355 (patch)
treeee037c1ec2d3c99c2f815ef4d81bc6cace16d046 /core-services/00-pseudofs.sh
parent53a09fa9d57bad1b074d0f72a302ffc4517d4b0f (diff)
downloadrunit-void-782e8546a65cdad914223413a8ad1c9be9e9a355.tar.gz
runit-void-782e8546a65cdad914223413a8ad1c9be9e9a355.tar.xz
runit-void-782e8546a65cdad914223413a8ad1c9be9e9a355.zip
Make core-services just shell snippets and source them from 1; idea from @chneukirchen.
Diffstat (limited to 'core-services/00-pseudofs.sh')
-rwxr-xr-xcore-services/00-pseudofs.sh7
1 files changed, 1 insertions, 6 deletions
diff --git a/core-services/00-pseudofs.sh b/core-services/00-pseudofs.sh
index f0da22f..2bdc69e 100755
--- a/core-services/00-pseudofs.sh
+++ b/core-services/00-pseudofs.sh
@@ -1,9 +1,4 @@
-#!/bin/sh
-
-PATH=/usr/bin:/usr/sbin
-
-. /etc/runit/functions
-[ -r /etc/rc.conf ] && . /etc/rc.conf
+# vim: set ts=4 sw=4 et:
 
 msg "Mounting pseudo-filesystems...\n"
 mountpoint -q /proc || mount -t proc proc /proc -o nosuid,noexec,nodev