Add RemainAfterExit=yes to efl-config.service 31/186831/1 accepted/tizen_5.0_unified tizen_5.0 accepted/tizen/5.0/unified/20181102.023650 accepted/tizen/unified/20180817.061833 submit/tizen/20180816.084103 submit/tizen_5.0/20181101.000005
authorINSUN PYO <insun.pyo@samsung.com>
Thu, 16 Aug 2018 01:08:59 +0000 (10:08 +0900)
committerINSUN PYO <insun.pyo@samsung.com>
Thu, 16 Aug 2018 01:10:34 +0000 (10:10 +0900)
Because efl-config.service belongs to basic.target.wants,
this service runs whenever any other service in the user session is run on-demand.
(The logs show that at-spi-dbus-bus.service runs on-demand.)

Signed-off-by: INSUN PYO <insun.pyo@samsung.com>
Change-Id: Ib16d8aaa94a08d366ae7aab46dd8c6913c4f4256

packaging/efl-config.service.in

index c7b7d19..8c7c463 100644 (file)
@@ -6,5 +6,6 @@ After=enlightenment-user.service
 
 [Service]
 Type=oneshot
+RemainAfterExit=yes
 ExecStart=/usr/bin/sh -c "while [ ! -f /run/.wm_ready ] ; do /usr/bin/sleep .1 ; done ; exec @TZ_SYS_BIN@/efl_config"
 EnvironmentFile=-/run/tizen-system-env