Add a new environment variable for using blink feature
authorHwankyu Jhun <h.jhun@samsung.com>
Mon, 8 Apr 2024 09:07:19 +0000 (18:07 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Thu, 11 Apr 2024 11:41:03 +0000 (20:41 +0900)
"AUL_BLINK=1" is added to the service file.

Requires:
 - https://review.tizen.org/gerrit/#/c/platform/core/appfw/aul-1/+/309293/

Change-Id: I58a21534a74ea23eeee5d0ba02c30b26e163e66a
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
packaging/esd.service

index 277f18c..aedfa6b 100644 (file)
@@ -9,10 +9,11 @@ Group=app_fw
 Type=dbus
 SmackProcessLabel=System
 BusName=tizen.system.event.app2esd
+Environment=AUL_BLINK=1
 ExecStart=/usr/bin/esd
 Restart=on-failure
 RestartSec=0
 MemoryLimit=100M
 
 [Install]
-WantedBy=multi-user.target
\ No newline at end of file
+WantedBy=multi-user.target