summaryrefslogtreecommitdiffstats
path: root/abs/core/runit/runitscripts/services/Xvfb/run
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/runit/runitscripts/services/Xvfb/run')
-rwxr-xr-xabs/core/runit/runitscripts/services/Xvfb/run5
1 files changed, 0 insertions, 5 deletions
diff --git a/abs/core/runit/runitscripts/services/Xvfb/run b/abs/core/runit/runitscripts/services/Xvfb/run
deleted file mode 100755
index 823916d..0000000
--- a/abs/core/runit/runitscripts/services/Xvfb/run
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/bash
-. /etc/profile
-VIRTUAL_DISPLAY=":50"
-Xvfb_parm="$VIRTUAL_DISPLAY -screen 0 800x600x16"
-Xvfb $Xvfb_parm