35c826e32b
Change-Id: I5fe5df97a189a21015fd79c3789d2b13fa7f950a
10 lines
407 B
YAML
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.
|