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 committed by Arturo Buzarra
parent 65f7ca3999
commit ef1857fac5
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[Unit] [Unit]
Description=Initialization of the ConnectCore demo example 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 # Make sure we are started after graphic service is available
After=##WESTON_SERVICE## After=##WESTON_SERVICE##