mirror of
https://github.com/frappe/bench.git
synced 2024-11-11 15:51:03 +00:00
Fix short worker template
This commit is contained in:
parent
9f7725f6ed
commit
b5f180ae9f
@ -1,10 +1,10 @@
|
||||
[Unit]
|
||||
Description="{{ bench }}-frappe-short-worker"
|
||||
PartOf={{ bench }}-workers.target
|
||||
Description="{{ bench_name }}-frappe-short-worker"
|
||||
PartOf={{ bench_name }}-workers.target
|
||||
|
||||
[Service]
|
||||
User=revant
|
||||
Group=revant
|
||||
User={{ user }}
|
||||
Group={{ user }}
|
||||
Restart=always
|
||||
ExecStart={{ bench_cmd }} worker --queue short
|
||||
StandardOutput=file:{{ bench_dir }}/logs/worker.log
|
||||
|
Loading…
Reference in New Issue
Block a user