monero: fix monerod service script.

Without the --non-interactive switch the daemon starts in the foreground
but crashes after a few seconds with 'EOF on stdin, exiting'.

Closes: #32460
This commit is contained in:
mobinmob 2021-08-12 00:25:05 +03:00 committed by Piraty
parent 6079ff91b4
commit 9fb3440970
No known key found for this signature in database
GPG key ID: 82F2CC796BD07077
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1,2 @@
#!/bin/sh
exec chpst -u monero:monero /usr/bin/monerod --config-file /etc/monerod.conf
exec chpst -u monero:monero /usr/bin/monerod --non-interactive --config-file /etc/monerod.conf

View file

@ -1,7 +1,7 @@
# Template file for 'monero'
pkgname=monero
version=0.17.2.3
revision=1
revision=2
_randomx_version="1.1.9"
# the revision monero uses as a submodule for the specific version
_rapidjson_gitrev="129d19ba7f496df5e33658527a7158c79b99c21c"