about summary refs log tree commit diff
path: root/core-services
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2014-10-10 09:05:50 +0200
committerJuan RP <xtraeme@gmail.com>2014-10-10 09:05:50 +0200
commit7d8f7c9d6a16db9add564395c143d6676eb0fae6 (patch)
tree25a69dff90d0ecc9b1e53665e01fd15961417e68 /core-services
parent9dca57d21a4adb2ce92c0f4e8844c448d12ab29e (diff)
downloadrunit-void-7d8f7c9d6a16db9add564395c143d6676eb0fae6.tar.gz
runit-void-7d8f7c9d6a16db9add564395c143d6676eb0fae6.tar.xz
runit-void-7d8f7c9d6a16db9add564395c143d6676eb0fae6.zip
core-services/99-cleanup.sh: no need to set a shebang.
Diffstat (limited to 'core-services')
-rw-r--r--core-services/99-cleanup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/core-services/99-cleanup.sh b/core-services/99-cleanup.sh
index 63a973c..2d7da1d 100644
--- a/core-services/99-cleanup.sh
+++ b/core-services/99-cleanup.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+# vim: set ts=4 sw=4 et:
 
 install -m0664 -o root -g utmp /dev/null /run/utmp
 if [ ! -e /var/log/wtmp ]; then