Refs: https://www.freedesktop.org/software/systemd/man/systemd.service.html
- Services with Type=dbus set automatically acquire dependencies of type Requires= and After= on dbus.socket.
Change-Id: I7bf96d892eb48ce6580a3ef9a1b02363871ca479
[Unit]
Description=edge orchestration
-After=dbus.socket connman.service
-Requires=dbus.socket
+After=connman.service
[Service]
User=system_fw
[Unit]
Description=edge orchestration
-After=dbus.socket connman.service
-Requires=dbus.socket
+Afterconnman.service
[Service]
Type=dbus