192 |
- |
1 |
# Only the system administrator should modify this file, ordinary users
|
|
|
2 |
# should not have to change anything.
|
|
|
3 |
|
|
|
4 |
[Daemon]
|
|
|
5 |
|
|
|
6 |
# Default backends, as chosen in the configure script. This will be used
|
|
|
7 |
# where no --backend="foo" option is given to the daemon.
|
|
|
8 |
#
|
|
|
9 |
# The order they are specified is the order they are tried, so for the
|
|
|
10 |
# value "foo,bar" first "foo" will be attempted and then "bar" if the
|
|
|
11 |
# libpk_backend_foo.so module load failed.
|
|
|
12 |
#DefaultBackend=auto
|
|
|
13 |
|
|
|
14 |
# Unlock the backend after this many seconds idle.
|
|
|
15 |
#BackendShutdownTimeout=5
|
|
|
16 |
|
|
|
17 |
# Shut down the daemon after this many seconds idle. 0 means don't shutdown.
|
|
|
18 |
#ShutdownTimeout=300
|
|
|
19 |
|
|
|
20 |
# Keep the packages after they have been downloaded
|
|
|
21 |
#KeepCache=false
|