[gnome-terminal/benzea/systemd-app-rename] systemd: Use app- prefix for systemd slice



commit 5e4eb03b7ae8398d501d051feba32199c9a38aa5
Author: Benjamin Berg <bberg redhat com>
Date:   Tue May 5 15:39:54 2020 +0200

    systemd: Use app- prefix for systemd slice
    
    To avoid confusion, we have updated the systemd specification to use
    app.slice rather than apps.slice. Update the use here accordingly.
    
    This change is in no way urgent as other software is not using the
    conventions yet.
    
    See https://github.com/systemd/systemd/pull/15647

 src/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index a13df7ae..2ea3d930 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -157,7 +157,7 @@ gnome-terminal-server.service: Makefile
                      echo "Description=GNOME Terminal Server"; \
                      echo "PartOf=graphical-session.target"; \
                      echo "[Service]"; \
-                     echo "Slice=apps-org.gnome.Terminal.slice"; \
+                     echo "Slice=app-org.gnome.Terminal.slice"; \
                      echo "Type=dbus"; \
                      echo "BusName=org.gnome.Terminal"; \
                      echo "ExecStart=${libexecdir}/gnome-terminal-server"; \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]