1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-01-17 23:06:30 -05:00

move daemon to ext

This commit is contained in:
Darien Raymond 2017-12-03 12:54:54 +01:00
parent fcc18a7d05
commit 6652edfa6f
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -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
"$@" &