Systemd keeps failing to start a service that doesn't exist

My system has been extremely sluggish so I thought I would look into it. I did a journalctl -p 3 -xb and see a lot of kite (addon for atom code editor that I uninstalled last year) related errors. There is no systemctl status kite*** that shows up when I check.

How do I get rid of these errors?

Thanks!

Jun 12 03:09:03 bassam-manjaro systemd[2521]: kite-autostart.service: Failed at step EXEC spawning /home/bassam/.local/share/kite/current/kited: No such file or directory
░░ Subject: Process /home/bassam/.local/share/kite/current/kited could not be executed
░░ Defined-By: systemd
░░ Support: https://forum.manjaro.org/c/support
░░ 
░░ The process /home/bassam/.local/share/kite/current/kited could not be executed and failed.
░░ 
░░ The error number returned by this process is ERRNO.
---
Jun 12 03:14:15 bassam-manjaro systemd[10792]: kite-updater.service: Failed at step EXEC spawning /home/bassam/.local/share/kite/current/kite-update: No such file or directory
░░ Subject: Process /home/bassam/.local/share/kite/current/kite-update could not be executed
░░ Defined-By: systemd
░░ Support: https://forum.manjaro.org/c/support
░░ 
░░ The process /home/bassam/.local/share/kite/current/kite-update could not be executed and failed.
░░ 
░░ The error number returned by this process is ERRNO.
Jun 12 03:14:15 bassam-manjaro systemd[2380]: Failed to start Kite Updater.
░░ Subject: A start job for unit UNIT has failed
░░ Defined-By: systemd
░░ Support: https://forum.manjaro.org/c/support
░░ 
░░ A start job for unit UNIT has finished with a failure.
░░ 
░░ The job identifier is 337 and the job result is failed.
---
Jun 12 04:00:01 bassam-manjaro systemd[35090]: kite-updater.service: Failed at step EXEC spawning /home/bassam/.local/share/kite/current/kite-update: No such file or directory
░░ Subject: Process /home/bassam/.local/share/kite/current/kite-update could not be executed
░░ Defined-By: systemd
░░ Support: https://forum.manjaro.org/c/support
░░ 
░░ The process /home/bassam/.local/share/kite/current/kite-update could not be executed and failed.
░░ 
░░ The error number returned by this process is ERRNO.
Jun 12 04:00:01 bassam-manjaro systemd[2380]: Failed to start Kite Updater.
░░ Subject: A start job for unit UNIT has failed
░░ Defined-By: systemd
░░ Support: https://forum.manjaro.org/c/support
░░ 
░░ A start job for unit UNIT has finished with a failure.
░░ 
░░ The job identifier is 537 and the job result is failed.

The ececution path looks like a user service to me, so try:

$ systemctl --user status kite*

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.