Release v4928.1.4.2 stable
This commit is contained in:
10
deploy/systemd/clientflow-fiscal-enrichment.service
Normal file
10
deploy/systemd/clientflow-fiscal-enrichment.service
Normal file
@@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=ClientFlow Fiscal Enrichment Worker
|
||||
After=network.target postgresql.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
User=plx
|
||||
WorkingDirectory=/mnt/ssd/home/plx/clientflow_backend
|
||||
EnvironmentFile=/mnt/ssd/home/plx/clientflow_backend/.env
|
||||
ExecStart=/mnt/ssd/home/plx/clientflow_backend/.venv/bin/python /mnt/ssd/home/plx/clientflow_backend/scripts/enrich_fiscal_customers.py --incremental --limit 100
|
||||
Reference in New Issue
Block a user