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:
parent
65f7ca3999
commit
ef1857fac5
|
|
@ -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##
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue