From 14bdc705b53ac590b77a66ebe1f06a244f2c7953 Mon Sep 17 00:00:00 2001 From: Tomodachi94 Date: Fri, 30 Aug 2024 10:09:03 -0700 Subject: [PATCH] daemon/cupslocald-systemd.service.in: add system-cups.slice See https://github.com/OpenPrinting/cups/pull/1035 for rationale and an explanation. The ``system-cups.slice`` file included in the aforementioned PR is not required; the ``system-cups`` slice will be automatically created if the file is missing. --- daemon/cupslocald-systemd.service.in | 1 + 1 file changed, 1 insertion(+) diff --git a/daemon/cupslocald-systemd.service.in b/daemon/cupslocald-systemd.service.in index 3fe80cb..3b27b4c 100644 --- a/daemon/cupslocald-systemd.service.in +++ b/daemon/cupslocald-systemd.service.in @@ -5,3 +5,4 @@ Description=CUPS Local Spooler Type=dbus BusName=org.openprinting.cups-locald ExecStart=@sbindir@/cups-locald +Slice=system-cups.slice