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.
 
 
 
 

13 lines
356 B

  1. [Unit]
  2. Description="{{ bench_name }}-xhiveframework-short-worker %I"
  3. PartOf={{ bench_name }}-workers.target
  4. [Service]
  5. User={{ user }}
  6. Group={{ user }}
  7. Restart=always
  8. ExecStart={{ bench_cmd }} worker --queue short
  9. StandardOutput=file:{{ bench_dir }}/logs/worker.log
  10. StandardError=file:{{ bench_dir }}/logs/worker.error.log
  11. WorkingDirectory={{ bench_dir }}