Update ExecStart in quickpanel.service
[apps/core/preloaded/quickpanel.git] / packaging / quickpanel-system.service
1 [Unit]
2 Description=Start the Quickpanel
3
4 [Service]
5 Type=simple
6 EnvironmentFile=/run/tizen-system-env
7 ExecStart=/usr/apps/org.tizen.quickpanel/bin/quickpanel
8 #ExecStart=/usr/bin/app_launcher -s org.tizen.quickpanel
9 Restart=always
10 RestartSec=0
11 KillSignal=SIGKILL
12 OOMScoreAdjust=200
13
14 [Install]
15 #WantedBy=multi-user.target
16 WantedBy=default.target