abinfo "Running cargo update due to lack of Cargo.lock ..."
# Upstream ignores Cargo.lock on purpose to take care of some distribution
# cases (like Fedora), so we need to run this manually as suggested by Rust.
cargo update

abinfo "Specifying systemd util directory ..."
export SYSTEMD_UTIL_DIR="/usr/lib/systemd"
