Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1 KB

File metadata and controls

42 lines (27 loc) · 1 KB

Running T3 Code in the Background

On a Linux host, T3 Code can run as a background service for your user. It starts when the machine boots and keeps running after you log out.

Manage the Service

Install it with the latest T3 Code release:

npx t3@latest service install

Check whether it is installed:

npx t3@latest service status

Update or repair it:

npx t3@latest service update

Stop it and remove it from startup:

npx t3@latest service uninstall

Updating restarts T3 Code briefly. Let active agent work and terminal commands finish first.

Using It with T3 Connect

T3 Connect may offer to install the service during setup so the host stays reachable after you log out. This is only an onboarding shortcut: the service and T3 Connect are managed separately.

Signing out of T3 Connect does not remove the service. Use t3 service uninstall when you no longer want T3 Code to start in the background.

The background service currently requires Linux with systemd.