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