]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix systemd integration with cupsd (Issue #5263)
authorMichael R Sweet <michael.r.sweet@gmail.com>
Mon, 12 Mar 2018 17:33:45 +0000 (13:33 -0400)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Mon, 12 Mar 2018 17:33:45 +0000 (13:33 -0400)
CHANGES.md
scheduler/org.cups.cupsd.service.in

index 799abc18deb5d540cac057b9ed7cd35061cd024d..ae2f41f6eba87a3978065a3abb5e6174c0e4c5ab 100644 (file)
@@ -1,10 +1,12 @@
-CHANGES - 2.2.7 - 2018-03-09
+CHANGES - 2.2.7 - 2018-03-12
 ============================
 
 
 Changes in CUPS v2.2.7
 ----------------------
 
+- Systemd did not restart cupsd when configuration changes were made that
+  required a restart (Issue #5263)
 - The Lexmark Optra E310 printer needs the "no-reattach" USB quirk rule
   (Issue #5259)
 - The scheduler could crash while adding an IPP Everywhere printer (Issue #5258)
index 0a27c769f2f3f0cbcf499f5e4118c4ea32312ad2..50faa39601b49e97f57dfd5d43a8cdd0db0bd3e4 100644 (file)
@@ -5,6 +5,7 @@ Documentation=man:cupsd(8)
 [Service]
 ExecStart=@sbindir@/cupsd -l
 Type=simple
+Restart=always
 
 [Install]
 Also=org.cups.cupsd.socket org.cups.cupsd.path