Add dlog_cleanup service in activation handler 60/218460/1 accepted/tizen_5.5_unified_wearable_hotfix tizen_5.5_tv tizen_5.5_wearable_hotfix accepted/tizen/5.5/unified/20191203.011346 accepted/tizen/5.5/unified/wearable/hotfix/20201027.113355 submit/tizen_5.5/20191126.094437 submit/tizen_5.5_wearable_hotfix/20201026.184304
authorYunmi Ha <yunmi.ha@samsung.com>
Fri, 22 Nov 2019 06:50:27 +0000 (15:50 +0900)
committerHyotaek Shim <hyotaek.shim@samsung.com>
Fri, 22 Nov 2019 10:54:46 +0000 (10:54 +0000)
Change-Id: I4990e97109faa25b33896cecfbf4c3c22eddfc25
Signed-off-by: Yunmi Ha <yunmi.ha@samsung.com>
(cherry picked from commit 247eba3362e6300e1b93bd032f26d2d136a5e858)

activation.conf
dbus_listener.conf
unit_control_whitelist.conf

index 2678c4e..2da87d5 100644 (file)
@@ -1,4 +1,5 @@
 {
        "rules":[
+               {"event":"dbus_signal", "id":"need_cleanup", "action":"StartUnit", "target":"dlog_cleanup.service", "match":{"arg1":0}}
        ]
 }
index 92a52f4..0dd4a20 100644 (file)
@@ -1,4 +1,5 @@
 {
        "signals":[
+               {"id":"need_cleanup", "interface":"org.tizen.system.storage.lowmem", "member":"NeedCleanup", "path":"/Org/Tizen/System/Storage/Lowmem"}
        ]
 }
index 11b950d..af4eeee 100644 (file)
@@ -10,6 +10,7 @@
                "bluetooth-rfkill-block.service",
                "bluetooth-rfkill-unblock.service",
                "bluez-start.service",
-               "bluetooth-share-start.service"
+               "bluetooth-share-start.service",
+               "dlog_cleanup.service"
        ]
 }