Re: systemd can't start a dæmon and doesn't give any error either

2018-10-08 Thread Weiwu Zhang
El lun., 8 oct. 2018 a las 22:30, AvY () escribió: > > > So: either omit that "-daemon" option, or whatever it takes to make the > > process run in the foreground like a good process should. > > bitcoind defaults to running as a daemon so '--daemon=0' would be needed > here to put it in the foregro

Re: systemd can't start a dæmon and doesn't give any error either

2018-10-08 Thread Weiwu Zhang
El lun., 8 oct. 2018 a las 20:44, Dan Ritter () escribió: > Remove the -daemon flag here and try again. > > Supervision services like systemd usually prefer daemons to be running > in the foreground. Thanks for the advice! The problem seems to be elsewhere: # grep bitcoind /etc/systemd/system/bi

systemd can't start a dæmon and doesn't give any error either

2018-10-08 Thread Weiwu Zhang
To show this dæmon itself is properly configured and runs fine on Debian 9.5: # su bitcoin $ cd $ /usr/local/bin/bitcoind -daemon Bitcoin server starting $ pgrep bitcoind 3946 However, it won't start if converted to a systemd service: # cat /etc/systemd/system/bitcoin.service [Unit] Description=