Add dlog_cleanup service in activation handler 25/218425/1 accepted/tizen/unified/20191128.162019 submit/tizen/20191126.094154
authorYunmi Ha <yunmi.ha@samsung.com>
Fri, 22 Nov 2019 06:50:27 +0000 (15:50 +0900)
committerYunmi Ha <yunmi.ha@samsung.com>
Fri, 22 Nov 2019 06:50:27 +0000 (15:50 +0900)
Change-Id: I4990e97109faa25b33896cecfbf4c3c22eddfc25
Signed-off-by: Yunmi Ha <yunmi.ha@samsung.com>
activation.conf
dbus_listener.conf
unit_control_whitelist.conf

index 2678c4edf31eeb18c12c8b5244d2fb9531d021ef..2da87d5355ae1df6ab021bf13d6cb7516eb6cb63 100644 (file)
@@ -1,4 +1,5 @@
 {
        "rules":[
+               {"event":"dbus_signal", "id":"need_cleanup", "action":"StartUnit", "target":"dlog_cleanup.service", "match":{"arg1":0}}
        ]
 }
index 92a52f4522220bc7aea6dab45db68bd42198400e..0dd4a209c00cbace570581dad9b654fbf2ca1099 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 11b950d31ad3b7ae437413f66922713f96020e42..af4eeeea16affea39eedd4d868c6bec72a4ebe8c 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"
        ]
 }