Skip to content
Snippets Groups Projects
Commit e8d81850 authored by Jameson Graef Rollins's avatar Jameson Graef Rollins
Browse files

update systemd config location for gstlal-calibration systemd service

move to /home/dmtexec/calibration
parent fe244fd3
No related branches found
No related tags found
No related merge requests found
# should be installed at /home/dmtexec/calibration/gstlal-calibration-env
IFO=L1
# should be installed at /home/dmtexec/config/gstlal-calibration-env
CONFIG_FILE=/home/dmtexec/calibration/ifo/L1/gstlal_compute_strain_C00_test_L1.ini
FILTER_FILE=/home/dmtexec/calibration/ifo/L1/gstlal_compute_strain_C00_filters_L1.npz
......
......@@ -3,7 +3,7 @@ Description=Calibration pipeline DMT process
After=dmt-procmgt.service
[Service]
EnvironmentFile=/home/dmtexec/config/gstlal-calibration-env
EnvironmentFile=/home/dmtexec/calibration/gstlal-calibration-env
ExecStart=/usr/bin/gstlal_compute_strain --frame-duration=1 --frames-per-file=1 --config-file=${CONFIG_FILE} --filters-file=${FILTER_FILE}
[Install]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment