From 050bf33555570b4e9e46f6ea45dee4fe6e253c3b Mon Sep 17 00:00:00 2001 From: David Edmundson Date: Mon, 20 Jun 2022 13:58:39 +0000 Subject: [PATCH] [systemd] Use a better description for session restore unit ksmserver has two services. One for the service itself, and a single shot invoked later when we want to restore the session. They currently both have the same description which isn't very helpful. This text is not user facing in our UIs anywhere, only for devs. --- ksmserver/plasma-restoresession.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ksmserver/plasma-restoresession.service.in b/ksmserver/plasma-restoresession.service.in index 7a0420828..2c52a4b87 100644 --- a/ksmserver/plasma-restoresession.service.in +++ b/ksmserver/plasma-restoresession.service.in @@ -1,5 +1,5 @@ [Unit] -Description=KDE Session Management Server +Description=KDE Session Restoration After=graphical-session.target RefuseManualStart=yes