Make daemon shut down after 5 minutes instead of 1

This commit is contained in:
Robin Norwood 2008-03-04 11:47:45 -05:00
parent 43fcdb86d4
commit 2342a58d2f

View File

@ -8,8 +8,8 @@
TransactionLogging=yes
# Shut down the daemon after this many seconds idle. 0 means don't shutdown.
# default=60
ShutdownTimeout=60
# default=300
ShutdownTimeout=300
# Default backend, as chosen in the configure script. This will be used where
# no --backend="foo" option is given to the daemon.