]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
cups.service.in: Order after time-set.target 1055/head
authorCristian Rodríguez <cristian@rodriguez.im>
Thu, 19 Sep 2024 15:42:10 +0000 (12:42 -0300)
committerGitHub <noreply@github.com>
Thu, 19 Sep 2024 15:42:10 +0000 (12:42 -0300)
Multiple functions that are called either implicitly or explicitly require a "roughly correct" CLOCK_REALTIME to behave.

scheduler/cups.service.in

index 72ca3f4d7e3e2ad00bb6efd6f57e4223416c1ec0..ce7bceabddd909b44a4ddc3775c8b70895c15260 100644 (file)
@@ -1,7 +1,7 @@
 [Unit]
 Description=CUPS Scheduler
 Documentation=man:cupsd(8)
-After=network.target nss-user-lookup.target nslcd.service
+After=network.target nss-user-lookup.target time-set.target nslcd.service
 Requires=cups.socket
 
 [Service]