]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix systemd restart policy (Issue #5297)
authorMichael R Sweet <michael.r.sweet@gmail.com>
Wed, 18 Apr 2018 12:50:59 +0000 (08:50 -0400)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Wed, 18 Apr 2018 12:50:59 +0000 (08:50 -0400)
CHANGES.md
scheduler/org.cups.cupsd.service.in

index 6c07db8360bfc244c7869335ff80bbce73ba72b8..9492abd7b44176820e58cd3c71c42368547d6bda 100644 (file)
@@ -1,4 +1,4 @@
-CHANGES - 2.2.8 - 2018-04-17
+CHANGES - 2.2.8 - 2018-04-18
 ============================
 
 
@@ -18,6 +18,7 @@ Changes in CUPS v2.2.8
 - Added a workaround for certain web browsers that do not support multiple
   authentication schemes in a single response header (Issue #5289)
 - Fixed policy limits containing the `All` operation (Issue #5296)
+- The scheduler was always restarted after idle-exit with systemd (Issue #5297)
 - Fax queues did not support pause (p) or wait-for-dialtone (w) characters
   (rdar://39212256)
 - Fixed a parsing bug in the new authentication code.
index 50faa39601b49e97f57dfd5d43a8cdd0db0bd3e4..f2afa11243c14c78439c037a94944f278393cc3f 100644 (file)
@@ -5,7 +5,7 @@ Documentation=man:cupsd(8)
 [Service]
 ExecStart=@sbindir@/cupsd -l
 Type=simple
-Restart=always
+Restart=on-failure
 
 [Install]
 Also=org.cups.cupsd.socket org.cups.cupsd.path