mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-04-20 05:52:24 +00:00
Update x-ui.service
This commit is contained in:
parent
ec4755952a
commit
f99d1e05bf
1 changed files with 4 additions and 4 deletions
|
@ -1,13 +1,13 @@
|
|||
[Unit]
|
||||
Description=x-ui Service
|
||||
Description=3x-ui Service
|
||||
After=network.target
|
||||
Wants=network.target
|
||||
|
||||
[Service]
|
||||
Environment="XRAY_VMESS_AEAD_FORCED=false"
|
||||
Type=simple
|
||||
WorkingDirectory=/usr/local/x-ui/
|
||||
ExecStart=/usr/local/x-ui/x-ui
|
||||
WorkingDirectory=/usr/local/3x-ui/
|
||||
ExecStart=/usr/local/3x-ui/x-ui
|
||||
Restart=on-failure
|
||||
RestartSec=5s
|
||||
|
||||
|
|
Loading…
Reference in a new issue