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

Merge branch 'feat/syslog-identifier' into 'master'

[Webservice] More useful process name in systemd logs

See merge request !1053
parents 71377cf5 78c6e22f
No related branches found
No related tags found
1 merge request!1053[Webservice] More useful process name in systemd logs
......@@ -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
......@@ -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
......@@ -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
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