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

Set SyslogIdentifier for systemd services

parent cda674ef
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