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 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"
        ]
 }