about summary refs log tree commit diff
path: root/core-services/99-cleanup.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/99-cleanup.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/99-cleanup.sh')
-rwxr-xr-xcore-services/99-cleanup.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/core-services/99-cleanup.sh b/core-services/99-cleanup.sh
index 8030b4f..fff258f 100755
--- a/core-services/99-cleanup.sh
+++ b/core-services/99-cleanup.sh
@@ -1,8 +1,4 @@
 #!/bin/sh
-# vim: set ts=4 sw=4 et:
-
-. /etc/runit/functions
-[ -r /etc/rc.conf ] && . /etc/rc.conf
 
 install -m0664 -o root -g utmp /dev/null /run/utmp
 install -dm1777 /tmp/.X11-unix /tmp/.ICE-unix