a3800b6368
To remove complexity from the code we remove variable systemd_lock_path since variable systemd_lock_dir with common functionality has been introduced. Change-Id: I61bb44450a7fb1cface2b93302e02c8fd358a034
10 lines
363 B
YAML
10 lines
363 B
YAML
---
|
|
|
|
deprecations:
|
|
- |
|
|
Variable ``systemd_lock_path`` has been dropped and has no effect now.
|
|
In order to customize lock dir path please use ``systemd_lock_dir``.
|
|
Please keep in mind, that for ``systemd_lock_dir`` you don't need to
|
|
provide full path like it was with ``systemd_lock_path`` since service
|
|
name is added to the end of the path.
|