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