Skip to content
Snippets Groups Projects
Commit 3293dea7 authored by Zygmunt Krynicki's avatar Zygmunt Krynicki
Browse files

rauc-hawkbit-updater: fix typo in is-provisioned.conf

The correct syntax is ConditionFoo=, not ConditionalFoo=. This was
easily missed because invalid syntax is not fatal, and the service will
work correctly regardless of presence or absence of this configuration
element.

https://www.freedesktop.org/software/systemd/man/systemd.unit.html#ConditionPathExists=



Thanks to Kristijonas Čiulčinskas <kristijonas.ciulcinskas@huawei.com>
Grzegorz Gwóźdź <grzegorz.gwozdz@huawei.com> for reporting this.

Signed-off-by: default avatarZygmunt Krynicki <zygmunt.krynicki@huawei.com>
parent 3166dbc6
No related branches found
No related tags found
No related merge requests found
......@@ -5,4 +5,4 @@
# Start only when a configuration file has been provided as a part
# of the provisioning process.
[Service]
ConditionalPathExists=/etc/rauc-hawkbit-updater/config.conf
ConditionPathExists=/etc/rauc-hawkbit-updater/config.conf
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment