Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ To start the workers immediately:
```
## systemd

Copy `systemd/*` files into /etc/systemd/system you may have to modify the `After=` in `gearmand.service` depending on how split out the stack is.
Copy `systemd/` files into `/etc/systemd/system`. Note Ubuntu uses `gearman-job-server`, whereas RHEL uses `gearmand`. You may have to modify the `After=` and `Requires=` in the service files depending on how split out the stack is. For example, does the daemon/server live on the same VM as mysql/maria, and does the worker live on the same VM as the daemon/server?

### Enable on boot
where `n` is the total number of `Requires=` added to the `gearman-workers.target`
Expand Down