# # weston systemd service unit file # [Unit] Description=Weston launcher Wants=syslog.target dbus.service [Service] Environment=XDG_RUNTIME_DIR=/tmp Environment=QT_QPA_PLATFORM=wayland Environment=ELM_ENGINE=wayland_shm Environment=ECORE_EVAS_ENGINE=wayland_shm Environment=PATH=/usr/bin:/bin:/usr/sbin:/sbin Environment=HOME=/root ExecStart=/usr/bin/weston --log=/var/log/weston.log Restart=always RestartSec=10 [Install] Alias=display-manager.service WantedBy=graphical.target