mirror of
https://github.com/haiwen/seahub.git
synced 2025-04-28 03:10:45 +00:00
fix seafile.sh kill office (#5388)
This commit is contained in:
parent
f50eda3999
commit
e9cac669c2
@ -136,7 +136,6 @@ function stop_seafile_background_tasks () {
|
||||
if ps "${pid}" 2>/dev/null 1>&2 ; then
|
||||
kill -KILL "${pid}"
|
||||
fi
|
||||
pkill -f "soffice.*--invisible --nocrashreport"
|
||||
rm -f "${pidfile}"
|
||||
return 0
|
||||
else
|
||||
|
@ -167,8 +167,6 @@ function kill_all () {
|
||||
pkill -f "seaf-server -c ${default_ccnet_conf_dir}"
|
||||
pkill -f "fileserver -c ${default_ccnet_conf_dir}"
|
||||
pkill -f "seafevents.main"
|
||||
pkill -f "convert_server.py"
|
||||
pkill -f "soffice.*--invisible --nocrashreport"
|
||||
pkill -f "wsgidav.server.server_cli"
|
||||
pkill -f "notification-server -c ${central_config_dir}"
|
||||
pkill -f "seafile-monitor.sh"
|
||||
|
Loading…
Reference in New Issue
Block a user