diff options
| author | Alireza Ahmadi <alireza7@gmail.com> | 2026-02-20 02:03:16 +0300 |
|---|---|---|
| committer | Alireza Ahmadi <alireza7@gmail.com> | 2026-02-20 02:03:16 +0300 |
| commit | 2b1d3e73475ed160e6f58ffd8d08c01c9acb5ca7 (patch) | |
| tree | e8286d78ac3e2d1ba2d4a828b1b95c78930c8dcd /x-ui.rc | |
| parent | 37f0880f8fd2430be3737c160710d96e88895150 (diff) | |
[feat] restart xray-core from cli #3825
Diffstat (limited to 'x-ui.rc')
| -rw-r--r-- | x-ui.rc | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |
