mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
Noticed on RHEL CoreOS that the CPI service failed to start with: "Cannot access lock file: /var/lock/cpictl.lock" This was a timing issue where /var was not created yet and the symlink to /run/lock was not present. Add sysinit.target to fix this. This fix has been tested with RHEL CoreOS. Closes: https://github.com/ibm-s390-tools/s390-tools/pull/82 Signed-off-by: Prashanth Sundararaman <psundara@redhat.com> Suggested-by: Colin Walters <walters@verbum.org> Reviewed-by: Dan Horák <dan@danny.cz> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>