diff --git a/webservice/systemd/cal-job-monitor.service b/webservice/systemd/cal-job-monitor.service index 9a465c1898210b121cffa2eb0e5fec331a624cd8..72fad67d63acb539643d2a55b0f1ecf113fcd999 100644 --- a/webservice/systemd/cal-job-monitor.service +++ b/webservice/systemd/cal-job-monitor.service @@ -9,6 +9,7 @@ ExecStart=%h/deployments/development/git.xfel.eu/detectors/pycalibration/current # Pause to make errors in startup more obvious ExecStartPost=/usr/bin/sleep 1 Restart=on-failure +SyslogIdentifier=job_monitor [Install] WantedBy=cal-services.target diff --git a/webservice/systemd/cal-overview-server.service b/webservice/systemd/cal-overview-server.service index 989f5588ced1e7693f0a522acb21a00cc4f96a62..6c186ef6c45c6c0a12acdc1d673a0fedfa337d0e 100644 --- a/webservice/systemd/cal-overview-server.service +++ b/webservice/systemd/cal-overview-server.service @@ -9,6 +9,7 @@ ExecStart=%h/deployments/development/git.xfel.eu/detectors/pycalibration/current # Pause to make errors in startup more obvious ExecStartPost=/usr/bin/sleep 1 Restart=on-failure +SyslogIdentifier=serve_overview [Install] WantedBy=cal-services.target diff --git a/webservice/systemd/cal-webservice.service b/webservice/systemd/cal-webservice.service index f2cd6b0b45adc21771a5ac4f4532093047f6b627..1456ca56a88fb27c8a9e86d68d06f3353adb9ede 100644 --- a/webservice/systemd/cal-webservice.service +++ b/webservice/systemd/cal-webservice.service @@ -9,6 +9,7 @@ ExecStart=%h/deployments/development/git.xfel.eu/detectors/pycalibration/current # Pause to make errors in startup more obvious ExecStartPost=/usr/bin/sleep 1 Restart=on-failure +SyslogIdentifier=webservice [Install] WantedBy=cal-services.target