# Worker Management Methods

There are several ways to start and manage the SoikaStack worker:

**Method 1: Using Systemd Service (Recommended)**

The installation script sets up a systemd service for SoikaStack, which includes the worker functionality: Worker is by default started with soikastack to start another worker folow below step. Its not recommended to start 2 workers in same server.

```
# Start the SoikaStack service (including worker)
sudo systemctl start soikastack

# Check status
sudo systemctl status soikastack

# Stop the service
sudo systemctl stop soikastack

# Restart the service
sudo systemctl restart soikastack

# Enable auto-start at boot
sudo systemctl enable soikastack
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://soika-labs.gitbook.io/soika-mockingjay/soika-stack-add-worker/worker-management-methods.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
