No.74
>>72learn to turn a service into a systemctl or open-rc service
then you just create a file to run monerod in the background, with a specific user and permissions, and to pipe to a given log file, then to get info you `tail -f /log/file` and to start/restart just `systemctl restart monerod` or `rc-service monerod restart`