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:
parent
6079ff91b4
commit
9fb3440970
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue