openstack-ansible/releasenotes/notes/systemd_service_native_overrides-66f3d0fe3c6d3d1a.yaml
Dmitriy Rabotyagov 35c826e32b Bump SHAs for master
Change-Id: I5fe5df97a189a21015fd79c3789d2b13fa7f950a
2021-01-17 17:25:30 +00:00

10 lines
407 B
YAML

---
features:
- |
Added `systemd_overrides` and `systemd_overrides_only` keys to the
`systemd_services` dictionary. With help of the `systemd_overrides`
you can define systemd native overrides, which will be placed in
/etc/systemd/system/service_name.service.d/overrides.
`systemd_overrides_only` shows that no service_name.service should not
be created and create only overrides.