mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-10-13 19:49:12 +00:00
13 lines
205 B
Text
13 lines
205 B
Text
![]() |
#!/sbin/openrc-run
|
||
|
|
||
|
command="/usr/local/x-ui/x-ui"
|
||
|
command_background=true
|
||
|
pidfile="/run/x-ui.pid"
|
||
|
description="x-ui Service"
|
||
|
procname="x-ui"
|
||
|
depend() {
|
||
|
need net
|
||
|
}
|
||
|
start_pre(){
|
||
|
cd /usr/local/x-ui
|
||
|
}
|