From: Hwankyu Jhun Date: Mon, 8 Apr 2024 09:07:19 +0000 (+0900) Subject: Add a new environment variable for using blink feature X-Git-Tag: accepted/tizen/unified/20240412.141428~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4b9370c2199fda2febf5c340ec9ebfa0206f277f;p=platform%2Fcore%2Fappfw%2Fevent-system.git Add a new environment variable for using blink feature "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 --- diff --git a/packaging/esd.service b/packaging/esd.service index 277f18c..aedfa6b 100644 --- a/packaging/esd.service +++ b/packaging/esd.service @@ -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