blob: 295ffd7ee3de2a535fc0046e74f1213a7acba621 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Unit]
Description=Weston Wayland compositor
After=dbus.service rc.pvr.service
[Service]
ExecStart=/usr/bin/weston-launch -u root -- $OPTARGS
ExecStop=/usr/bin/killall -s KILL weston
Type=simple
[Install]
WantedBy=multi-user.target
|