]> Git Repo - VerusCoin.git/blobdiff - contrib/init/bitcoind.openrcconf
Add BITCOIND_SIGTERM_TIMEOUT to OpenRC init scripts
[VerusCoin.git] / contrib / init / bitcoind.openrcconf
index d8d7f58337460aea699ffea8eac36b17cc59d69d..0cbff6d30d2d66bbafaaf2205f4dd7609b2113a1 100644 (file)
@@ -25,3 +25,9 @@
 # Additional options (avoid -conf and -datadir, use flags above)
 BITCOIND_OPTS="-disablewallet"
 
+# The timeout in seconds OpenRC will wait for bitcoind to terminate
+# after a SIGTERM has been raised.
+# Note that this will be mapped as argument to start-stop-daemon's
+# '--retry' option, which means you can specify a retry schedule
+# here. For more information see man 8 start-stop-daemon.
+BITCOIND_SIGTERM_TIMEOUT=60
This page took 0.020611 seconds and 4 git commands to generate.