When systemd launch the sdbd process,
it does not have any tizen environment value.
The tizen-system-env.service makes the /run/tizen-system-env from /etc/profile.d/.
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
Change-Id: I58dd8c37de649f217c1cdfd21afc0d456711db46
[Unit]
Description=sdbd
After=default.target
+Requires=tizen-system-env.service
[Service]
Type=forking
-Environment=DISPLAY=:0
+EnvironmentFile=-/run/tizen-system-env
PIDFile=/tmp/.sdbd.pid
RemainAfterExit=yes
ExecStart=/usr/sbin/sdbd