mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-04 21:09:19 +08:00
7 lines
109 B
Bash
7 lines
109 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
HOME_PATH={install_path}
|
||
|
PID_FILE=$HOME_PATH/var/pid/acl_master.pid
|
||
|
kill -HUP `sed 1q $PID_FILE`
|
||
|
|