summaryrefslogtreecommitdiff
path: root/packaging/quickpanel-system.service
blob: 219c20669a2e42fa2d194637e72f6e01b63dfbe8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=Start the Quickpanel
After=check-mount.service connman.service

[Service]
Type=simple
EnvironmentFile=/run/xdg-root-env
EnvironmentFile=/run/tizen-system-env
ExecStart=/usr/apps/org.tizen.quickpanel/bin/quickpanel
Restart=always
RestartSec=0
KillSignal=SIGKILL
OOMScoreAdjust=200

[Install]
WantedBy=multi-user.target