changed paths to new dev location on server
This commit is contained in:
parent
6209d28070
commit
be9700f796
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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'))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue