changed paths to new dev location on server

This commit is contained in:
michael 2025-10-23 07:05:03 -05:00
parent 6209d28070
commit be9700f796
2 changed files with 3 additions and 3 deletions

View file

@ -5,8 +5,8 @@ Wants=network-online.target
[Service]
Type=notify
WorkingDirectory=/home/box-cli/FORD_SCRIPTS/FORD_ASSET_PACK_QC_DEV
ExecStart=/home/box-cli/FORD_SCRIPTS/FORD_ASSET_PACK_QC_DEV/venv/bin/python /home/box-cli/FORD_SCRIPTS/FORD_ASSET_PACK_QC_DEV/ford_qc_box_hotfolder_process.py
WorkingDirectory=/home/box-cli/FORD_SCRIPTS/ford_qc_git_dev/ford_qc
ExecStart=/home/box-cli/FORD_SCRIPTS/ford_qc_git_dev/ford_qc/venv/bin/python /home/box-cli/FORD_SCRIPTS/ford_qc_git_dev/ford_qc/ford_qc_box_hotfolder_process.py
Restart=always
RestartSec=30
StandardOutput=journal

View file

@ -21,7 +21,7 @@ except ImportError:
# Note: logging not configured yet, will handle in logging setup section
# Production directory path
script_dir = '/home/box-cli/FORD_SCRIPTS/FORD_ASSET_PACK_QC_DEV'
script_dir = '/home/box-cli/FORD_SCRIPTS/ford_qc_git_dev/ford_qc'
# Add paths for production environment
sys.path.append(os.path.join(script_dir, 'checks'))