3x-ui/x-ui.rc
2025-09-22 14:52:28 +03:00

13 lines
No EOL
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
}