summaryrefslogtreecommitdiffstats
path: root/meta-agl-ic-container/recipes-demo/ilm-manager/ilm-manager/ilm-manager.service
blob: b91b65f175ac7eda2759668680e825a89b57930a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Tiny Window Manager
After=weston.service
Wants=weston.service

[Service]
Type=simple
EnvironmentFile=/etc/default/weston
ExecStart=/usr/bin/ilmmanager

[Install]
WantedBy=weston.service