Disable vpx support
[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_shm
13 Environment=ECORE_EVAS_ENGINE=wayland_shm
14 Environment=PATH=/usr/bin:/bin:/usr/sbin:/sbin
15 Environment=HOME=/root
16 ExecStart=/usr/bin/weston --log=/var/log/weston.log
17 Restart=always
18 RestartSec=10
19
20 [Install]
21 Alias=display-manager.service
22 WantedBy=graphical.target
23