Start nav-site in background when pm2 and systemd are unavailable.
Fall back to a pid-file background process after deploy, and detect running state via HTTP port checks in the management menu. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+1
-1
@@ -213,7 +213,7 @@ def action_uninstall(*, dest: str = "") -> None:
|
||||
_warn("已取消卸载")
|
||||
return
|
||||
|
||||
actions = stop_service()
|
||||
actions = stop_service(project_dir)
|
||||
if actions:
|
||||
for item in actions:
|
||||
_ok(item)
|
||||
|
||||
Reference in New Issue
Block a user