blob: 3d9edd5cc157899103b0030f6ead66d5f9444777 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Unit]
Description=Weston Wayland compositor
After=dbus.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
|