Release v4928.1.4.2 stable
This commit is contained in:
13
deploy/systemd/clientflow-outbox-packlink.service
Normal file
13
deploy/systemd/clientflow-outbox-packlink.service
Normal file
@@ -0,0 +1,13 @@
|
||||
[Unit]
|
||||
Description=ClientFlow Packlink Outbox 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
|
||||
Environment=PACKLINK_OUTBOX_ENABLED=true
|
||||
Environment=OUTBOX_TARGET_SYSTEM=packlink
|
||||
Environment=OUTBOX_DRY_RUN=true
|
||||
ExecStart=/mnt/ssd/home/plx/clientflow_backend/.venv/bin/python /mnt/ssd/home/plx/clientflow_backend/scripts/process_outbox.py
|
||||
Reference in New Issue
Block a user