Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4992

Troubleshooting • Re: Problems with autostart with systemd

$
0
0
That sounds like the expected behaviour.

You have options:
  1. Login over ssh then stop the service:

    Code:

    sudo systemctl stop service-name
  2. Switch to a different vt*, login and stop the service as above
  3. Login over ssh, find the process ID then kill it (hint ps aux | grep process-or-python-file-name, note the PID then sudo kill PID)
  4. Switch to a different vt* then as above
  5. Try hitting the escape key
  6. Try hitting the alt+tab keys
  7. Hitting ctrl+shif+t may open a new terminal window then proceed as for 1 or 3, above.
*: ctrl+alt+F1 should do it.

Statistics: Posted by thagrol — Sat Feb 03, 2024 12:46 am



Viewing all articles
Browse latest Browse all 4992

Trending Articles