Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
sbatrow authored Nov 10, 2021
1 parent d34db52 commit 20d20b9
Show file tree
Hide file tree
Showing 4 changed files with 695 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
# DarkV2ray-Manager-Bot
# DarkV2ray-Manager-Bot

```
sudo -s
bash <(curl -Ls https://raw.githubusercontent.com/sbatrow/DarkV2ray-Manager-Bot/master/install.sh)
```
12 changes: 12 additions & 0 deletions dark-v2ray.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[Unit]
Description=dark-v2ray Service
After=network.target
Wants=network.target

[Service]
Type=simple
WorkingDirectory=/usr/local/dark-v2ray/
ExecStart=/usr/local/dark-v2ray

[Install]
WantedBy=multi-user.target
Loading

0 comments on commit 20d20b9

Please sign in to comment.