On Mon, Sep 30, 2019 at 04:01:36PM -0400, yoda woya wrote: > I setup a service to start at boot. It does not. Where is that logged ... > where are the service that do start successful logged?
Could you be any more vague? If you're using systemd, and if you set up the service as a systemd unit, then you want "systemctl status yourservice" or "journalctl -u yourservice".