summaryrefslogtreecommitdiff
path: root/scheduler/org.cups.cupsd.plist
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2019-02-19 09:41:29 -0500
committerMichael R Sweet <michael.r.sweet@gmail.com>2019-02-19 09:41:29 -0500
commitcc6495f7a87ac5a3453fdf1ae103dd60d29f2c99 (patch)
treec7c8c2ebac41f8dad8db634f328d90ac2065e98f /scheduler/org.cups.cupsd.plist
parent73721e3edb270a33b96a56e4a1f6f6ae1db4ff34 (diff)
downloadcups-cc6495f7a87ac5a3453fdf1ae103dd60d29f2c99.tar.gz
Use interactive priority for cupsd now.
Diffstat (limited to 'scheduler/org.cups.cupsd.plist')
-rw-r--r--scheduler/org.cups.cupsd.plist4
1 files changed, 3 insertions, 1 deletions
diff --git a/scheduler/org.cups.cupsd.plist b/scheduler/org.cups.cupsd.plist
index 7f691bd77..0d9d40549 100644
--- a/scheduler/org.cups.cupsd.plist
+++ b/scheduler/org.cups.cupsd.plist
@@ -5,9 +5,11 @@
<key>Label</key>
<string>org.cups.cupsd</string>
<key>ProcessType</key>
- <string>Standard</string>
+ <string>Interactive</string>
<key>EnableTransactions</key>
<true/>
+ <key>TransactionTimeLimitEnabled</key>
+ <false/>
<key>ExitTimeOut</key>
<integer>60</integer>
<key>KeepAlive</key>