Typo in /lib/systemd/system/homegear-management.service

Hi

looks like there is a typo inside /lib/systemd/system/homegear-management.service:

[Unit]
Description=Homegear Management
After=homegear

should be:

[Unit]
Description=Homegear Management
After=homegear.service

before the change I got this error message during boot:

[ 2.111084] systemd[1]: [/lib/systemd/system/homegear-management.service:3] Failed to add dependency on homegear, ignoring: Invalid argument

after the change the error message is gone.

cheers

1 Like

Thanks! It’s fixed in the next version.