diff options
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 |
