aboutsummaryrefslogtreecommitdiffstats
path: root/meta-ivi-demo/recipes-graphics/wayland/weston/weston.service
blob: c8aafb5f1d4ac752056c6a0c999d2e1168e1d1e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Weston service
After=dbus.service

[Service]
ExecStart=/usr/bin/weston-launch -u root
ExecStop=/usr/bin/killall -s KILL weston
Type=simple

[Install]
WantedBy=multi-user.target