I'd need to add a Restart
statement within a default .service
file, and was looking to an alternate solution to replacing the .service
file with a custom one (which works).
The idea would be just adding the following "delta" requirement in a, e.g., ${systemd_system_unitdir}/my_service.d/override.conf
file:
[Service]
Restart=always
and then adding that file in a dedicated .bbappend
recipe file.
Tests so far were not successful in adding the above statements in the deployed service file (despite the "delta" conf file being correctly deployed). Is this even a possible solution?