Browse Source

move daemon to ext

Darien Raymond 8 years ago
parent
commit
6652edfa6f
1 changed files with 0 additions and 13 deletions
  1. 0 13
      tools/daemon/daemon.sh

+ 0 - 13
tools/daemon/daemon.sh

@@ -1,13 +0,0 @@
-#!/bin/sh
-
-# A simple script to run V2Ray in background.
- 
-if test -t 1; then
-  exec 1>/dev/null
-fi
- 
-if test -t 2; then
-  exec 2>/dev/null
-fi
- 
-"$@" &