diff options
author | Juan RP <xtraeme@gmail.com> | 2014-08-07 17:31:52 +0200 |
---|---|---|
committer | Juan RP <xtraeme@gmail.com> | 2014-08-07 17:31:52 +0200 |
commit | 782e8546a65cdad914223413a8ad1c9be9e9a355 (patch) | |
tree | ee037c1ec2d3c99c2f815ef4d81bc6cace16d046 /core-services/99-cleanup.sh | |
parent | 53a09fa9d57bad1b074d0f72a302ffc4517d4b0f (diff) | |
download | runit-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-x | core-services/99-cleanup.sh | 4 |
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 |