Skip to content
Snippets Groups Projects
Commit 29f590b0 authored by Thomas Kluyver's avatar Thomas Kluyver
Browse files

Fix comments in systemd unit files

parent 25780b83
No related branches found
No related tags found
1 merge request!1051[Webservice] Fix overview page with newly submitted jobs
......@@ -6,7 +6,8 @@ PartOf=cal-services.target
Type=exec
WorkingDirectory=%h/deployments/development/git.xfel.eu/detectors/pycalibration/current/
ExecStart=%h/deployments/development/git.xfel.eu/detectors/pycalibration/current/.venv/bin/python -m webservice.job_monitor --log-level DEBUG
ExecStartPost=/usr/bin/sleep 1 # Pause to make errors in startup more obvious
# Pause to make errors in startup more obvious
ExecStartPost=/usr/bin/sleep 1
Restart=on-failure
[Install]
......
......@@ -6,7 +6,8 @@ PartOf=cal-services.target
Type=exec
WorkingDirectory=%h/deployments/development/git.xfel.eu/detectors/pycalibration/current/
ExecStart=%h/deployments/development/git.xfel.eu/detectors/pycalibration/current/.venv/bin/python -m webservice.serve_overview
ExecStartPost=/usr/bin/sleep 1 # Pause to make errors in startup more obvious
# Pause to make errors in startup more obvious
ExecStartPost=/usr/bin/sleep 1
Restart=on-failure
[Install]
......
......@@ -6,7 +6,8 @@ PartOf=cal-services.target
Type=exec
WorkingDirectory=%h/deployments/development/git.xfel.eu/detectors/pycalibration/current/
ExecStart=%h/deployments/development/git.xfel.eu/detectors/pycalibration/current/.venv/bin/python -m webservice.webservice --mode prod --log-level DEBUG
ExecStartPost=/usr/bin/sleep 1 # Pause to make errors in startup more obvious
# Pause to make errors in startup more obvious
ExecStartPost=/usr/bin/sleep 1
Restart=on-failure
[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