1
0
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:
欢乐马 2023-03-03 15:35:20 +08:00 committed by GitHub
parent f50eda3999
commit e9cac669c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 3 deletions

View File

@ -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

View File

@ -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"