config: fix inverted bit field check for a flag
[profile/ivi/murphy.git] / packaging.in / ico-homescreen.service
1 [Unit]
2 Description=ICO HomeScreen
3 After=weston.service amd_session_agent.service
4 Requires=weston.service amd_session_agent.service
5
6 [Service]
7 Type=simple
8 Environment=DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/%U/dbus/user_bus_socket
9 Environment=XDG_RUNTIME_DIR=/run/user/%U
10 ExecStart=/usr/bin/env bash -c "while [ ! -S /run/user/%U/amd_agent ]; do echo 'ICO HomeScreen launcher waiting 200ms for amd_agent socket'; sleep 0.2; done; exec /usr/bin/launch_app org.tizen.ico.homescreen"