summaryrefslogtreecommitdiff
path: root/scheduler/conf.h
diff options
context:
space:
mode:
authorMichael R Sweet <michaelrsweet@gmail.com>2016-06-21 11:09:37 -0400
committerGitHub <noreply@github.com>2016-06-21 11:09:37 -0400
commit6ee5217845b2392402a50906b25eb242de753f6a (patch)
treedf10153fa3b38bb63eebd7ef443f7e39442e157f /scheduler/conf.h
parentd48749331da414a3102bdbb5bc4b50f99ac02797 (diff)
parent441de8b2e031703feec2d8e7bacab0e1223e818a (diff)
downloadcups-6ee5217845b2392402a50906b25eb242de753f6a.tar.gz
Merge pull request #4825 from computersforpeace/upstart
Add Upstart socket activation support
Diffstat (limited to 'scheduler/conf.h')
-rw-r--r--scheduler/conf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/scheduler/conf.h b/scheduler/conf.h
index 3dc442518..e11f7c6fe 100644
--- a/scheduler/conf.h
+++ b/scheduler/conf.h
@@ -244,10 +244,10 @@ VAR char *ServerKeychain VALUE(NULL);
/* Keychain holding cert + key */
#endif /* HAVE_SSL */
-#if defined(HAVE_LAUNCHD) || defined(HAVE_SYSTEMD)
+#if defined(HAVE_ONDEMAND)
VAR int IdleExitTimeout VALUE(60);
/* Time after which an idle cupsd will exit */
-#endif /* HAVE_LAUNCHD || HAVE_SYSTEMD */
+#endif /* HAVE_ONDEMAND */
#ifdef HAVE_AUTHORIZATION_H
VAR char *SystemGroupAuthKey VALUE(NULL);