mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
cca430ba9a
7fb7acfc206b4bf8c296d72b66f3bd4fe342fd87 Set init stop timeout to 10 min (setpill)
Pull request description:
`bitcoind` can take a long time to flush its db cache to disk upon
shutdown. Systemd sends a `SIGKILL` after a timeout, causing unclean
shutdowns and triggering a long "Rolling forward" at the next startup.
Disabling the timeout should prevent this from happening, and does not
break systemd's `restart` logic.
Addresses #13736.
ACKs for top commit:
instagibbs:
utACK
|
||
---|---|---|
.. | ||
dashd.conf | ||
dashd.init | ||
dashd.openrc | ||
dashd.openrcconf | ||
dashd.service | ||
org.dash.dashd.plist | ||
README.md |
Sample configuration files for:
SystemD: dashd.service
Upstart: dashd.conf
OpenRC: dashd.openrc
dashd.openrcconf
CentOS: dashd.init
macOS: org.dash.dashd.plist
have been made available to assist packagers in creating node packages here.
See doc/init.md for more information.