Skip to content

Commit 63d68ea

Browse files
fix TS GUI -> TS Platform
1 parent 3145a52 commit 63d68ea

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Miscellaneous/supervisord.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ hidden: true
44
# Supervisord
55
Supervisor(d) is a process control system that allows you to run, monitor, and manage long-running programs on your server. It starts configured processes, keeps them running, restarts them if they fail, and provides command-line tools for checking status, stopping, starting, and restarting services. It is commonly used to manage application workers, background jobs, and other supporting processes in a simple and consistent way.
66

7-
## Enabling it via the TurboStack GUI
8-
You can enable this setting by going to your server in the TurboStack GUI, then going to `Advanced` > `Operating System`. Here you'll find the `Supervisord Support` slider.
7+
## Enabling it via the TurboStack Platform
8+
You can enable this setting by going to your server in the TurboStack Platform, then going to `Advanced` > `Operating System`. Here you'll find the `Supervisord Support` slider.
99

1010
After enabling this setting, publish the config to start the installation.
1111

@@ -75,4 +75,4 @@ supervisorctl restart <process_name>
7575
Tail the logs of a process:
7676
```bash
7777
supervisorctl tail -f <process_name>
78-
```
78+
```

0 commit comments

Comments
 (0)