You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- [Unit]
- Description="{{ bench_name }}-xhiveframework-short-worker %I"
- PartOf={{ bench_name }}-workers.target
-
- [Service]
- User={{ user }}
- Group={{ user }}
- Restart=always
- ExecStart={{ bench_cmd }} worker --queue short
- StandardOutput=file:{{ bench_dir }}/logs/worker.log
- StandardError=file:{{ bench_dir }}/logs/worker.error.log
- WorkingDirectory={{ bench_dir }}
|