mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
feat(agent): Add shutdown lifecycle states and shutdown_script support (#6139)
* feat(api): Add agent shutdown lifecycle states * feat(agent): Add shutdown_script support * feat(agent): Add shutdown_script timeout * feat(site): Support new agent lifecycle states --- Co-authored-by: Marcin Tojek <marcin@coder.com>
This commit is contained in:
co-authored by
Marcin Tojek
parent
02100c64b5
commit
22e3ff96be
+5
-4
@@ -84,10 +84,11 @@ coder update <your workspace name> --always-prompt
|
||||
|
||||
Coder stores macOS and Linux logs at the following locations:
|
||||
|
||||
| Service | Location |
|
||||
| ---------------- | ------------------------------- |
|
||||
| `startup_script` | `/tmp/coder-startup-script.log` |
|
||||
| Agent | `/tmp/coder-agent.log` |
|
||||
| Service | Location |
|
||||
| ----------------- | -------------------------------- |
|
||||
| `startup_script` | `/tmp/coder-startup-script.log` |
|
||||
| `shutdown_script` | `/tmp/coder-shutdown-script.log` |
|
||||
| Agent | `/tmp/coder-agent.log` |
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user