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