]> 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:03 +0000 (13:33 -0400)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Mon, 12 Mar 2018 17:33:03 +0000 (13:33 -0400)
CHANGES.md
scheduler/org.cups.cupsd.service.in

index 8c83350d2ade521ddd5cd039bb73cdca8bbbb170..c6a4bd88868fc898c5fa0092dba0fbc995f54cb9 100644 (file)
@@ -1,4 +1,4 @@
-CHANGES - 2.3rc1 - 2018-03-09
+CHANGES - 2.3rc1 - 2018-03-12
 =============================
 
 Changes in CUPS v2.3rc1
 =============================
 
 Changes in CUPS v2.3rc1
@@ -17,6 +17,8 @@ Changes in CUPS v2.3rc1
 - The scheduler could crash while adding an IPP Everywhere printer (Issue #5258)
 - 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)
 - The Lexmark Optra E310 printer needs the "no-reattach" USB quirk rule
   (Issue #5259)
+- Systemd did not restart cupsd when configuration changes were made that
+  required a restart (Issue #5263)
 - The IPP backend did not properly detect failed PDF prints (rdar://34055474)
 - TLS connections now properly timeout (rdar://34938533)
 - Temp files could not be created in some sandboxed applications
 - The IPP backend did not properly detect failed PDF prints (rdar://34055474)
 - TLS connections now properly timeout (rdar://34938533)
 - Temp files could not be created in some sandboxed applications
index 0a27c769f2f3f0cbcf499f5e4118c4ea32312ad2..50faa39601b49e97f57dfd5d43a8cdd0db0bd3e4 100644 (file)
@@ -5,6 +5,7 @@ Documentation=man:cupsd(8)
 [Service]
 ExecStart=@sbindir@/cupsd -l
 Type=simple
 [Service]
 ExecStart=@sbindir@/cupsd -l
 Type=simple
+Restart=always
 
 [Install]
 Also=org.cups.cupsd.socket org.cups.cupsd.path
 
 [Install]
 Also=org.cups.cupsd.socket org.cups.cupsd.path