Skip to content

Commit

Permalink
Merge pull request #1055 from crrodriguez/patch-1
Browse files Browse the repository at this point in the history
cups.service.in: Order after time-set.target
  • Loading branch information
zdohnal authored Sep 23, 2024
2 parents 7164c8c + 4ffe9f4 commit 19a3e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scheduler/cups.service.in
Original file line number Diff line number Diff line change
@@ -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]
Expand Down

0 comments on commit 19a3e5f

Please sign in to comment.