]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/conf.h
Add systemd support to cupsd (STR #3282)
[thirdparty/cups.git] / scheduler / conf.h
index 6b43d66c5bed259ced9decadfd4e66f8bf4991e8..3cc8acb5e5d656ad17860b30766c935f636d5368 100644 (file)
@@ -243,10 +243,10 @@ VAR char          *ServerKeychain         VALUE(NULL);
                                        /* Keychain holding cert + key */
 #endif /* HAVE_SSL */
 
-#ifdef HAVE_LAUNCHD
-VAR int                        LaunchdTimeout          VALUE(60);
+#if defined(HAVE_LAUNCHD) || defined(HAVE_SYSTEMD)
+VAR int                        IdleExitTimeout         VALUE(60);
                                        /* Time after which an idle cupsd will exit */
-#endif /* HAVE_LAUNCHD */
+#endif /* HAVE_LAUNCHD || HAVE_SYSTEMD */
 
 #ifdef HAVE_AUTHORIZATION_H
 VAR char               *SystemGroupAuthKey     VALUE(NULL);