Remove unused service : wm_ready.service
[apps/native/starter.git] / packaging / starter.service
1 [Unit]
2 Description=Start the "starter" program
3 Requires=starter-pre.service
4 After=starter-pre.service ac.service deviced.service launchpad-preload.service
5
6 [Service]
7 EnvironmentFile=/run/tizen-system-env
8 ExecStart=/usr/bin/starter
9 Restart=always
10 RestartSec=0
11 KillSignal=SIGKILL
12
13 [Install]
14 WantedBy=tizen-system.target