On 8/27/24 6:48 PM, David C. Rankin wrote:
Then you can simply do (what you are not supposed to) and replace the service files with the patched files in b/ until an update is provided that makes this permanent.
If it all fails, then just move the files from a/ back in place.
Chime in if there is a better way.
I guess the better way is to copy b/* as "Replacement Unit Files" (.service files) to /etc/systemd/system A second, preferred way is to create /etc/systemd/system/unit.d/ and create "Drop-in" unit files (with .conf extension) there with: # systemctl edit unit --drop-in=drop_in_name Either way a # systemctl revert unit will restore the original. Or, just delete the replacement unit files or drop-ins and do # systemctl daemon-reload to scan for unit file changes and reload. -- David C. Rankin, J.D.,P.E.