Skip to content

Commit

Permalink
fix: sync_images_s3@.service (#10150)
Browse files Browse the repository at this point in the history
Fix sync_images_s3@.service

The conf file was not correct in production, I updated it in prod.
  • Loading branch information
raphael0202 committed Apr 19, 2024
1 parent bb240bc commit 5a2fcf3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions conf/systemd/sync_images_s3@.service
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ OnFailure=email-failures@sync_images_s3__%i.service
Type=oneshot
User=off
Group=off
WorkingDirectory=/srv/%i/scripts/sync-s3-images
ExecStart=.venv/bin/python3 sync_s3_images.py /mnt/%i/images/products
ExecStart=/srv/%i/scripts/sync-s3-images/.venv/bin/python3 /srv/%i/scripts/sync-s3-images/sync_s3_images.py /mnt/%i/images/products
KillMode=process

0 comments on commit 5a2fcf3

Please sign in to comment.