9fb3440970
Without the --non-interactive switch the daemon starts in the foreground but crashes after a few seconds with 'EOF on stdin, exiting'. Closes: #32460
2 lines
105 B
Bash
2 lines
105 B
Bash
#!/bin/sh
|
|
exec chpst -u monero:monero /usr/bin/monerod --non-interactive --config-file /etc/monerod.conf
|