update service untis to be installed in /usr/lib vs /lib
[profile/ivi/weston.git] / packaging / weston.service
1 #
2 # weston systemd service unit file
3 #
4
5 [Unit]
6 Description=Weston launcher
7 Wants=syslog.target dbus.service
8
9 [Service]
10 Environment=XDG_RUNTIME_DIR=/tmp 
11 Environment=QT_QPA_PLATFORM=wayland 
12 Environment=ELM_ENGINE=wayland_egl 
13 Environment=CLUTTER_BACKEND=wayland
14 ExecStart=/usr/bin/weston
15 Restart=always
16 RestartSec=10
17
18 [Install]
19 Alias=display-manager.service
20 WantedBy=graphical.target
21