Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x-ui.rc')
-rw-r--r--x-ui.rc5
1 files changed, 5 insertions, 0 deletions
diff --git a/x-ui.rc b/x-ui.rc
index 1323d76a..cfb54211 100644
--- a/x-ui.rc
+++ b/x-ui.rc
@@ -10,4 +10,9 @@ depend() {
}
start_pre(){
cd /usr/local/x-ui
+}
+reload() {
+ ebegin "Reloading ${RC_SVCNAME}"
+ kill -USR1 $pidfile
+ eend $?
} \ No newline at end of file