summaryrefslogtreecommitdiff
path: root/units/wm_ready.service.m4
blob: 014e1c2e8d4794abe7744fdd848e5d2b24aa5484 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=waiting for window mananger
After=xorg.service
Before=tizen-boot.target

[Service]
Type=oneshot
ExecStart=/bin/sh -c 'while [ ! -e /tmp/.wm_ready ]; do sleep 0.1 ; done'
TimeoutSec=10s
m4_ifdef(`SMACK_LABEL',
SmackProcessLabel=system-plugin-common::script
)m4_dnl

[Install]
WantedBy=tizen-boot.target