On 17 Nov 2020, at 11:37, Hetz Ben Hamo <hetz@hetz.biz> wrote:

I was thinking to use this method, but when I tried to use the edit command, I got an empty text editor

That is right you only add the minimum change you need.
In your case the [Service] section wth ExecStartPost=... in it.

Does this edit basically "merge" my additions to the service?

Yes it does the merge.

If you want to remove a line from the service file you use
ExecStartPost=
ExecStartPost=...

The first = blank deletes all ExecStartPost in the orginal.

Barry



Its usually better to use this:
    systemctl edit bluetooth.service
and then just add the lines that you need to override.

[Service]
ExecStartPost=/usr/local/bin/fixaudio.sh

this creates a drop in file that means that you do not have to worry about any improvements
to bluetooth.service that could be updated by fedora.

Barry


_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-leave@lists.fedoraproject.org
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org