19 lines
340 B
SYSTEMD
19 lines
340 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=x-ui Service
|
||
|
|
Documentation=https://github.com/xeefei/X-Panel
|
||
|
|
After=network.target
|
||
|
|
Wants=network.target
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Restart=always
|
||
|
|
TimeoutStopSec=20s
|
||
|
|
|
||
|
|
Environment="XRAY_VMESS_AEAD_FORCED=false"
|
||
|
|
Type=simple
|
||
|
|
WorkingDirectory=/usr/local/x-ui/
|
||
|
|
ExecStart=/usr/local/x-ui/x-ui
|
||
|
|
RestartSec=5s
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=multi-user.target
|