connectcore-demo: fix systemd service dependency on connectcore-demo-server.service

This fix systemd error on boot:

[    6.974370] systemd[1]: /lib/systemd/system/connectcore-demo-example.service:3: Failed to add dependency on connectcore-demo-server, ignoring: Invalid argument

Signed-off-by: Tatiana Leon <Tatiana.Leon@digi.com>
This commit is contained in:
Tatiana Leon 2023-09-29 10:25:55 +02:00
parent ff071a17be
commit 0d9b393afc
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[Unit]
Description=Initialization of the ConnectCore demo example
After=connectcore-demo-server
After=connectcore-demo-server.service
# Make sure we are started after graphic service is available
After=##WESTON_SERVICE##