mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-04 12:59:39 +08:00
cc05b877a2
first commit acl to github
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`
|
|
|