systemd / service debug
Show overall systemd service status (exit code, last error, PID, etc.):
$ systemctl status pointsharpidp --no-pager
Show the last 200 log lines from the service (most important command):
$ journalctl -u pointsharpidp -n 200 --no-pager
Follow service logs live while starting/restarting the service:
$ journalctl -u pointsharpidp -f
Show the full systemd service file including any override/drop-in configs:
$ systemctl cat pointsharpidp