Ensure resourced is started before user session 07/208607/2
authorKarol Lewandowski <k.lewandowsk@samsung.com>
Wed, 26 Jun 2019 10:15:42 +0000 (12:15 +0200)
committerKarol Lewandowski <k.lewandowsk@samsung.com>
Thu, 27 Jun 2019 15:15:38 +0000 (17:15 +0200)
resourced listens on AUL signals from lauchpad, and it has to be
started before it.

Change-Id: I6a161d8555824c696a53d462aa7bacef747e18e9

src/resourced/resourced.service

index e622c17..a30a818 100644 (file)
@@ -1,5 +1,11 @@
 [Unit]
 Description=Resource management daemon
+# resourced monitors AUL (lauchpad) d-bus signals to learn about existence
+# and the state of applications.  Consequently, it has to start before
+# launchpad to have knowledge of all applications.  The Before= line below
+# refers to user-sessions, because tlm, and consequently user@.service
+# starts after user-sessions are allowed.
+Before=systemd-user-sessions.service
 
 [Service]
 Type=simple