Re: start a service after bluetooth

2020-11-17 Thread Hetz Ben Hamo
I was thinking to use this method, but when I tried to use the edit command, I got an empty text editor Does this edit basically "merge" my additions to the service? Its usually better to use this: > > systemctl edit bluetooth.service > > and then just add the lines that you need to override

Re: start a service after bluetooth

2020-11-17 Thread Hetz Ben Hamo
Ed, great idea and it works! Thanks a lot! On Tue, Nov 17, 2020 at 11:43 AM Ed Greshko wrote: > On 17/11/2020 17:32, Hetz Ben Hamo wrote: > > Hi, > > > > I have a sound bar which is using bluetooth. My problem is that while my > machine (Fedora 33) starts and bluetooth

start a service after bluetooth

2020-11-17 Thread Hetz Ben Hamo
Hi, I have a sound bar which is using bluetooth. My problem is that while my machine (Fedora 33) starts and bluetooth is starting, it doesn't auto pair and I have to click "connect" manually each boot. So I'm trying to create a workaround. I've created a simple systemd file which runs a script th