[Resolved]: How do I Systemd Disable Userspace Service no Longer Needed?

2018-11-13 Thread Stephen Morris
On 13/11/18 3:43 pm, Samuel Sieb wrote: On 11/12/18 1:37 PM, Stephen Morris wrote: sudo systemctl disable openrazer-daemon.service --user Failed to connect to bus: No such file or directory It's a user service, so don't use "sudo". Given the above how do I stop systemd from trying to start

Re: How do I Systemd Disable Userspace Service no Longer Needed?

2018-11-12 Thread Samuel Sieb
On 11/12/18 1:59 PM, Rick Stevens wrote: On 11/12/18 1:37 PM, Stephen Morris wrote: Looking at failed messages in journalctl I noticed the following messages: Nov 13 06:47:12 localhost.localdomain systemd[2393]: openrazer-daemon.service: Failed to execute command: No such file or directory

Re: How do I Systemd Disable Userspace Service no Longer Needed?

2018-11-12 Thread Samuel Sieb
On 11/12/18 1:37 PM, Stephen Morris wrote: sudo systemctl disable openrazer-daemon.service --user Failed to connect to bus: No such file or directory It's a user service, so don't use "sudo". Given the above how do I stop systemd from trying to start the unneeded service? The previous

Re: How do I Systemd Disable Userspace Service no Longer Needed?

2018-11-12 Thread Tom Horsley
> Given the above how do I stop systemd from trying to start the unneeded > service? I went on a long drawn out quest to find this and wrote it up here: https://tomhorsley.com/game/punch.html#User%20Daemons ___ users mailing list --

Re: How do I Systemd Disable Userspace Service no Longer Needed?

2018-11-12 Thread Joe Zeff
On 11/12/2018 02:37 PM, Stephen Morris wrote: Given the above how do I stop systemd from trying to start the unneeded service? Try this: systemctl list-unit-files | grep openr This will work as long as the service's name has openr somewhere. ___

Re: How do I Systemd Disable Userspace Service no Longer Needed?

2018-11-12 Thread Rick Stevens
On 11/12/18 1:37 PM, Stephen Morris wrote: > Hi, > > Looking at failed messages in journalctl I noticed the following messages: > > > Nov 13 06:47:12 localhost.localdomain systemd[2393]: > openrazer-daemon.service: Failed to execute command: No such file or > directory > Nov 13 06:47:12

How do I Systemd Disable Userspace Service no Longer Needed?

2018-11-12 Thread Stephen Morris
Hi, Looking at failed messages in journalctl I noticed the following messages: Nov 13 06:47:12 localhost.localdomain systemd[2393]: openrazer-daemon.service: Failed to execute command: No such file or directory Nov 13 06:47:12 localhost.localdomain systemd[2393]: openrazer-daemon.service: