move daemon to ext

pull/1549/head
Darien Raymond 7 years ago
parent fcc18a7d05
commit 6652edfa6f
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

@ -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
"$@" &
Loading…
Cancel
Save