46185f389e
Since /var/run is a symlink to /run and /var/lock is a symlink to /run/lock for all modern operationg systems, it makes sense to change default paths that are used. To make such changes more flexible, ``systemd_run_dir`` and ``systemd_lock_dir`` are introduced. Change-Id: I60d321fcdce3d3a94233cc25c92898d9e9f2a9b8
13 lines
552 B
YAML
13 lines
552 B
YAML
---
|
|
features:
|
|
- |
|
|
Added variables ``systemd_run_dir`` and ``systemd_lock_dir`` that allows
|
|
to control run and lock path for directories that will be used by systemd
|
|
services. Variables should not include service name since it will be added
|
|
by default at the end of the provided path.
|
|
These variables could be also defined as keys inside ``systemd_services``
|
|
and this will have prescedence over default behaviour.
|
|
- |
|
|
Default run path for systemd services has been changed to ``/run`` and
|
|
lock path to ``/run/lock``.
|