0
Is there an easy way to ensure that bitcoind restarts on system reboot? I tried placing the systemd service file in /etc/systemd/system but that didn't seem to work... thanks in advance
0
Is there an easy way to ensure that bitcoind restarts on system reboot? I tried placing the systemd service file in /etc/systemd/system but that didn't seem to work... thanks in advance
1
After putting the systemd file in /etc/systemd/system, make sure that your systemd file is set up to work with your installation (binary path, datadir path, etc. are correct). Then run sudo systemctl enable bitcoind.
Alternatively you can do edit your crontab with crontab -e and add the line
@reboot bitcoind
1
Try https://askubuntu.com/ if you're facing issues with the systemd script, it's not bitcoin specific, and those guys are a lot better at the whole linux side of things
– Raghav Sood – 2018-08-09T21:08:33.820