xray-core: add init script

Add init script so the users could run it with their configs quickly.

Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
This commit is contained in:
Tianling Shen
2021-02-04 01:12:08 +08:00
parent c8c2564012
commit 6c9b96352f
5 changed files with 231 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"ambient": [
"CAP_NET_ADMIN",
"CAP_NET_BIND_SERVICE"
],
"bounding": [
"CAP_NET_ADMIN",
"CAP_NET_BIND_SERVICE"
]
}